Html Css Color HEX #126428 Crusoe

📋 copy color: '#126428'

red 18 ◦ green 100 ◦ blue 40

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

Shades of Crusoe #126428

Tints of Crusoe #126428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 63.29%

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 11.39%
G = 63.29%
B = 25.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#126428 (or 0x126428) is known color: Crusoe. HEX triplet: 12, 64 and 28. RGB value is (18,100,40). Sum of RGB (Red+Green+Blue) = 18+100+40=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 100 (39.45% from 255 or 63.29% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 100 - color contains mainly: green. Hex color #126428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126428 is #ED9BD7. Grayscale: #444444. Windows color (decimal): -15571928 or 2647058. OLE color: 2647058.

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

Color convert

RGB 18 100 40 -
CMYK 0.82 0 0.6 0.61
HSL 136.1º 0.69% 0.23% -
HSV(B) 136.1º 0.82% 0.39% -
XYZ 5.19 9.4 3.55 -
YUV 68.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 18 100 40 0.82 0 0.6 0.61 136.1 0.69 0.23
Hex 12 64 28 52 0 3C 3D 88 45 17
Octal 22 144 50 122 0 74 75 210 105 27
Binary 10010 1100100 101000 1010010 0 111100 111101 10001000 1000101 10111

Color Harmonies of #126428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126428

Black with #126428

Text Example


Text Example

White with #126428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126428; }

 p { color: rgb(18,100,40); }

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

background-color css

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

 a { background-color: rgb(18,100,40); }

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

border-color css

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

 span { border-color: rgb(18,100,40); }

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