Html Css Color HEX #126928 Crusoe

📋 copy color: '#126928'

red 18 ◦ green 105 ◦ blue 40

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

Shades of Crusoe #126928

Tints of Crusoe #126928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 64.42%

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

R = 11.04%
G = 64.42%
B = 24.54%

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

#126928 (or 0x126928) is known color: Crusoe. HEX triplet: 12, 69 and 28. RGB value is (18,105,40). Sum of RGB (Red+Green+Blue) = 18+105+40=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 105 (41.41% from 255 or 64.42% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 105 - color contains mainly: green. Hex color #126928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126928 is #ED96D7. Grayscale: #474747. Windows color (decimal): -15570648 or 2648338. OLE color: 2648338.

HSL color Cylindrical-coordinate representation of color #126928: hue angle of 135.17º degrees, saturation: 0.71, 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 #126928 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 40 -
CMYK 0.83 0 0.62 0.59
HSL 135.17º 0.71% 0.24% -
HSV(B) 135.17º 0.83% 0.41% -
XYZ 5.68 10.38 3.71 -
YUV 71.58 110.18 89.79 -
System Red Green Blue C M Y K H S L
Decimal 18 105 40 0.83 0 0.62 0.59 135.17 0.71 0.24
Hex 12 69 28 53 0 3E 3B 87 47 18
Octal 22 151 50 123 0 76 73 207 107 30
Binary 10010 1101001 101000 1010011 0 111110 111011 10000111 1000111 11000

Color Harmonies of #126928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126928

Black with #126928

Text Example


Text Example

White with #126928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126928; }

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

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

background-color css

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

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

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

border-color css

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

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

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