Html Css Color HEX #096424 Crusoe

📋 copy color: '#096424'

red 9 ◦ green 100 ◦ blue 36

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

Shades of Crusoe #096424

Tints of Crusoe #096424

RGB

 RED value IS 9 (3.91% from 255) = 6.21%

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

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

R = 6.21%
G = 68.97%
B = 24.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#096424 (or 0x096424) is known color: Crusoe. HEX triplet: 09, 64 and 24. RGB value is (9,100,36). Sum of RGB (Red+Green+Blue) = 9+100+36=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 100 (39.45% from 255 or 68.97% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 100 - color contains mainly: green. Hex color #096424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096424 is #F69BDB. Grayscale: #414141. Windows color (decimal): -16161756 or 2384905. OLE color: 2384905.

HSL color Cylindrical-coordinate representation of color #096424: hue angle of 137.8º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096424 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 36 -
CMYK 0.91 0 0.64 0.61
HSL 137.8º 0.83% 0.21% -
HSV(B) 137.8º 0.91% 0.39% -
XYZ 4.99 9.3 3.2 -
YUV 65.5 111.35 87.7 -
System Red Green Blue C M Y K H S L
Decimal 9 100 36 0.91 0 0.64 0.61 137.8 0.83 0.21
Hex 9 64 24 5B 0 40 3D 8A 53 15
Octal 11 144 44 133 0 100 75 212 123 25
Binary 1001 1100100 100100 1011011 0 1000000 111101 10001010 1010011 10101

Color Harmonies of #096424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096424

Black with #096424

Text Example


Text Example

White with #096424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096424; }

 p { color: rgb(9,100,36); }

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

background-color css

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

 a { background-color: rgb(9,100,36); }

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

border-color css

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

 span { border-color: rgb(9,100,36); }

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