Html Css Color HEX #126218 Crusoe

📋 copy color: '#126218'

red 18 ◦ green 98 ◦ blue 24

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

Shades of Crusoe #126218

Tints of Crusoe #126218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 70%

 BLUE value IS 24 (9.77% from 255) = 17.14%

R = 12.86%
G = 70%
B = 17.14%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#126218 (or 0x126218) is known color: Crusoe. HEX triplet: 12, 62 and 18. RGB value is (18,98,24). Sum of RGB (Red+Green+Blue) = 18+98+24=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 98 (38.67% from 255 or 70% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 98 - color contains mainly: green. Hex color #126218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126218 is #ED9DE7. Grayscale: #414141. Windows color (decimal): -15572456 or 1597970. OLE color: 1597970.

HSL color Cylindrical-coordinate representation of color #126218: hue angle of 124.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126218 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 98 24 -
CMYK 0.82 0 0.76 0.62
HSL 124.5º 0.69% 0.23% -
HSV(B) 124.5º 0.82% 0.38% -
XYZ 4.78 8.93 2.34 -
YUV 65.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 18 98 24 0.82 0 0.76 0.62 124.5 0.69 0.23
Hex 12 62 18 52 0 4C 3E 7C 45 17
Octal 22 142 30 122 0 114 76 174 105 27
Binary 10010 1100010 11000 1010010 0 1001100 111110 1111100 1000101 10111

Color Harmonies of #126218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126218

Black with #126218

Text Example


Text Example

White with #126218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126218; }

 p { color: rgb(18,98,24); }

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

background-color css

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

 a { background-color: rgb(18,98,24); }

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

border-color css

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

 span { border-color: rgb(18,98,24); }

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