Html Css Color HEX #126827 Crusoe

📋 copy color: '#126827'

red 18 ◦ green 104 ◦ blue 39

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

Shades of Crusoe #126827

Tints of Crusoe #126827

RGB

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

 GREEN value IS 104 (41.02% from 255) = 64.6%

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 11.18%
G = 64.6%
B = 24.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#126827 (or 0x126827) is known color: Crusoe. HEX triplet: 12, 68 and 27. RGB value is (18,104,39). Sum of RGB (Red+Green+Blue) = 18+104+39=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #126827 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126827 is #ED97D8. Grayscale: #474747. Windows color (decimal): -15570905 or 2582546. OLE color: 2582546.

HSL color Cylindrical-coordinate representation of color #126827: hue angle of 134.65º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126827 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 39 -
CMYK 0.83 0 0.62 0.59
HSL 134.65º 0.7% 0.24% -
HSV(B) 134.65º 0.83% 0.41% -
XYZ 5.57 10.18 3.59 -
YUV 70.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 18 104 39 0.83 0 0.62 0.59 134.65 0.7 0.24
Hex 12 68 27 53 0 3E 3B 87 46 18
Octal 22 150 47 123 0 76 73 207 106 30
Binary 10010 1101000 100111 1010011 0 111110 111011 10000111 1000110 11000

Color Harmonies of #126827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126827

Black with #126827

Text Example


Text Example

White with #126827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126827; }

 p { color: rgb(18,104,39); }

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

background-color css

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

 a { background-color: rgb(18,104,39); }

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

border-color css

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

 span { border-color: rgb(18,104,39); }

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