Html Css Color HEX #126824 Crusoe

📋 copy color: '#126824'

red 18 ◦ green 104 ◦ blue 36

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

Shades of Crusoe #126824

Tints of Crusoe #126824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.78%

R = 11.39%
G = 65.82%
B = 22.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#126824 (or 0x126824) is known color: Crusoe. HEX triplet: 12, 68 and 24. RGB value is (18,104,36). Sum of RGB (Red+Green+Blue) = 18+104+36=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 104 (41.02% from 255 or 65.82% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 104 - color contains mainly: green. Hex color #126824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126824 is #ED97DB. Grayscale: #464646. Windows color (decimal): -15570908 or 2385938. OLE color: 2385938.

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

Color convert

RGB 18 104 36 -
CMYK 0.83 0 0.65 0.59
HSL 132.56º 0.7% 0.24% -
HSV(B) 132.56º 0.83% 0.41% -
XYZ 5.52 10.16 3.34 -
YUV 70.53 108.51 90.53 -
System Red Green Blue C M Y K H S L
Decimal 18 104 36 0.83 0 0.65 0.59 132.56 0.7 0.24
Hex 12 68 24 53 0 41 3B 85 46 18
Octal 22 150 44 123 0 101 73 205 106 30
Binary 10010 1101000 100100 1010011 0 1000001 111011 10000101 1000110 11000

Color Harmonies of #126824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126824

Black with #126824

Text Example


Text Example

White with #126824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126824; }

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

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

background-color css

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

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

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

border-color css

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

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

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