#127D34

Color #127D34 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #127D34

Tints of Camarone #127D34

Color information

#127D34 (or 0x127D34) is unknown color: approx Camarone. HEX triplet: 12, 7D and 34. RGB value is (18,125,52). Sum of RGB (Red+Green+Blue) = 18+125+52=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 125 (49.22% from 255 or 64.10% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 125 - color contains mainly: green. Hex color #127D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D34 is #ED82CB. Grayscale: #545454. Windows color (decimal): -15565516 or 3439890. OLE color: 3439890.

HSL color Cylindrical-coordinate representation of color #127D34: hue angle of 139.07º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D34 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB1812552-
CMYK0.8600.580.51
HSL139.07º74.83%28.04%-
HSV(B)139.07º85.6%49.02%-
XYZ8.215.045.72-
YUV84.68109.5580.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 125 (49.22% from 255) = 64.10%
BLUE value IS 52 (20.70% from 255) = 26.67%
R=9.23%
G=64.10%
B=26.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18125520.8600.580.51139.0774.8328.04
Hex127D345603A338b4b1c
Octal22175641260726321311334
Binary1001011111011101001010110011101011001110001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127D34; }

 p { color: rgb(18,125,52); }

 H1.HeaderClassName
 {
   color: #127D34;
 }
 .AnyTagClassName
 {
   color: #127D34;
 }
</style>
background-color css

<style>
 a { background-color: #127D34; }

 a { background-color: rgb(18,125,52); }

 div.DivClassName
 {
   background-color: #127D34;
 }
 .BgClassName
 {
   background-color: #127D34;
 }
</style>
border-color css

<style>
 span { border-color: #127D34; }

 span { border-color: rgb(18,125,52); }

 td.TdClassName
 {
   border-color: #127D34;
 }
 .TagClassName
 {
   border-color: #127D34;
 }
</style>