Html Css Color HEX #096429 Crusoe

📋 copy color: '#096429'

red 9 ◦ green 100 ◦ blue 41

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

Shades of Crusoe #096429

Tints of Crusoe #096429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.33%

R = 6%
G = 66.67%
B = 27.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#096429 (or 0x096429) is known color: Crusoe. HEX triplet: 09, 64 and 29. RGB value is (9,100,41). Sum of RGB (Red+Green+Blue) = 9+100+41=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 100 (39.45% from 255 or 66.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 100 - color contains mainly: green. Hex color #096429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096429 is #F69BD6. Grayscale: #424242. Windows color (decimal): -16161751 or 2712585. OLE color: 2712585.

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

Color convert

RGB 9 100 41 -
CMYK 0.91 0 0.59 0.61
HSL 141.1º 0.83% 0.21% -
HSV(B) 141.1º 0.91% 0.39% -
XYZ 5.07 9.33 3.63 -
YUV 66.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 9 100 41 0.91 0 0.59 0.61 141.1 0.83 0.21
Hex 9 64 29 5B 0 3B 3D 8D 53 15
Octal 11 144 51 133 0 73 75 215 123 25
Binary 1001 1100100 101001 1011011 0 111011 111101 10001101 1010011 10101

Color Harmonies of #096429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096429

Black with #096429

Text Example


Text Example

White with #096429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096429; }

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

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

background-color css

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

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

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

border-color css

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

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

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