Html Css Color HEX #096421 Crusoe

📋 copy color: '#096421'

red 9 ◦ green 100 ◦ blue 33

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

Shades of Crusoe #096421

Tints of Crusoe #096421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.24%

R = 6.34%
G = 70.42%
B = 23.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#096421 (or 0x096421) is known color: Crusoe. HEX triplet: 09, 64 and 21. RGB value is (9,100,33). Sum of RGB (Red+Green+Blue) = 9+100+33=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 100 (39.45% from 255 or 70.42% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 100 - color contains mainly: green. Hex color #096421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096421 is #F69BDE. Grayscale: #414141. Windows color (decimal): -16161759 or 2188297. OLE color: 2188297.

HSL color Cylindrical-coordinate representation of color #096421: hue angle of 135.82º 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 #096421 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 33 -
CMYK 0.91 0 0.67 0.61
HSL 135.82º 0.83% 0.21% -
HSV(B) 135.82º 0.91% 0.39% -
XYZ 4.94 9.28 2.97 -
YUV 65.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 9 100 33 0.91 0 0.67 0.61 135.82 0.83 0.21
Hex 9 64 21 5B 0 43 3D 88 53 15
Octal 11 144 41 133 0 103 75 210 123 25
Binary 1001 1100100 100001 1011011 0 1000011 111101 10001000 1010011 10101

Color Harmonies of #096421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096421

Black with #096421

Text Example


Text Example

White with #096421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096421; }

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

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

background-color css

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

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

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

border-color css

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

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

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