Html Css Color HEX #096428 Crusoe

📋 copy color: '#096428'

red 9 ◦ green 100 ◦ blue 40

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

Shades of Crusoe #096428

Tints of Crusoe #096428

RGB

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

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

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

R = 6.04%
G = 67.11%
B = 26.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#096428 (or 0x096428) is known color: Crusoe. HEX triplet: 09, 64 and 28. RGB value is (9,100,40). Sum of RGB (Red+Green+Blue) = 9+100+40=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #096428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096428 is #F69BD7. Grayscale: #424242. Windows color (decimal): -16161752 or 2647049. OLE color: 2647049.

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

Color convert

RGB 9 100 40 -
CMYK 0.91 0 0.6 0.61
HSL 140.44º 0.83% 0.21% -
HSV(B) 140.44º 0.91% 0.39% -
XYZ 5.05 9.33 3.54 -
YUV 65.95 113.35 87.38 -
System Red Green Blue C M Y K H S L
Decimal 9 100 40 0.91 0 0.6 0.61 140.44 0.83 0.21
Hex 9 64 28 5B 0 3C 3D 8C 53 15
Octal 11 144 50 133 0 74 75 214 123 25
Binary 1001 1100100 101000 1011011 0 111100 111101 10001100 1010011 10101

Color Harmonies of #096428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096428

Black with #096428

Text Example


Text Example

White with #096428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096428; }

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

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

background-color css

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

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

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

border-color css

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

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

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