Html Css Color HEX #127532 Camarone

📋 copy color: '#127532'

red 18 ◦ green 117 ◦ blue 50

#127532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #127532

Tints of Camarone #127532

RGB

 RED value IS 18 (7.42% from 255) = 9.73%

 GREEN value IS 117 (46.09% from 255) = 63.24%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 9.73%
G = 63.24%
B = 27.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#127532 (or 0x127532) is known color: Camarone. HEX triplet: 12, 75 and 32. RGB value is (18,117,50). Sum of RGB (Red+Green+Blue) = 18+117+50=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #127532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127532 is #ED8ACD. Grayscale: #4F4F4F. Windows color (decimal): -15567566 or 3306770. OLE color: 3306770.

HSL color Cylindrical-coordinate representation of color #127532: hue angle of 139.39º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127532 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 50 -
CMYK 0.85 0 0.57 0.54
HSL 139.39º 0.73% 0.26% -
HSV(B) 139.39º 0.85% 0.46% -
XYZ 7.19 13.08 5.16 -
YUV 79.76 111.2 83.95 -
System Red Green Blue C M Y K H S L
Decimal 18 117 50 0.85 0 0.57 0.54 139.39 0.73 0.26
Hex 12 75 32 55 0 39 36 8B 49 1A
Octal 22 165 62 125 0 71 66 213 111 32
Binary 10010 1110101 110010 1010101 0 111001 110110 10001011 1001001 11010

Color Harmonies of #127532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127532

Black with #127532

Text Example


Text Example

White with #127532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127532; }

 p { color: rgb(18,117,50); }

 H1.HeaderClassName
 {
   color: #127532;
 }
 .AnyTagClassName
 {
   color: #127532;
 }
</style>

background-color css

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

 a { background-color: rgb(18,117,50); }

 div.DivClassName
 {
   background-color: #127532;
 }
 .BgClassName
 {
   background-color: #127532;
 }
</style>

border-color css

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

 span { border-color: rgb(18,117,50); }

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