Html Css Color HEX #096329 Crusoe

📋 copy color: '#096329'

red 9 ◦ green 99 ◦ blue 41

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

Shades of Crusoe #096329

Tints of Crusoe #096329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 66.44%

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

R = 6.04%
G = 66.44%
B = 27.52%

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

#096329 (or 0x096329) is known color: Crusoe. HEX triplet: 09, 63 and 29. RGB value is (9,99,41). Sum of RGB (Red+Green+Blue) = 9+99+41=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #096329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096329 is #F69CD6. Grayscale: #414141. Windows color (decimal): -16162007 or 2712329. OLE color: 2712329.

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

Color convert

RGB 9 99 41 -
CMYK 0.91 0 0.59 0.61
HSL 141.33º 0.83% 0.21% -
HSV(B) 141.33º 0.91% 0.39% -
XYZ 4.97 9.14 3.6 -
YUV 65.48 114.18 87.72 -
System Red Green Blue C M Y K H S L
Decimal 9 99 41 0.91 0 0.59 0.61 141.33 0.83 0.21
Hex 9 63 29 5B 0 3B 3D 8D 53 15
Octal 11 143 51 133 0 73 75 215 123 25
Binary 1001 1100011 101001 1011011 0 111011 111101 10001101 1010011 10101

Color Harmonies of #096329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096329

Black with #096329

Text Example


Text Example

White with #096329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096329; }

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

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

background-color css

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

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

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

border-color css

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

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

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