Html Css Color HEX #096529 Crusoe

📋 copy color: '#096529'

red 9 ◦ green 101 ◦ blue 41

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

Shades of Crusoe #096529

Tints of Crusoe #096529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 66.89%

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

R = 5.96%
G = 66.89%
B = 27.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#096529 (or 0x096529) is known color: Crusoe. HEX triplet: 09, 65 and 29. RGB value is (9,101,41). Sum of RGB (Red+Green+Blue) = 9+101+41=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #096529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096529 is #F69AD6. Grayscale: #424242. Windows color (decimal): -16161495 or 2712841. OLE color: 2712841.

HSL color Cylindrical-coordinate representation of color #096529: hue angle of 140.87º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096529 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 41 -
CMYK 0.91 0 0.59 0.60
HSL 140.87º 0.84% 0.22% -
HSV(B) 140.87º 0.91% 0.4% -
XYZ 5.17 9.53 3.66 -
YUV 66.65 113.52 86.88 -
System Red Green Blue C M Y K H S L
Decimal 9 101 41 0.91 0 0.59 0.60 140.87 0.84 0.22
Hex 9 65 29 5B 0 3B 3C 8D 54 16
Octal 11 145 51 133 0 73 74 215 124 26
Binary 1001 1100101 101001 1011011 0 111011 111100 10001101 1010100 10110

Color Harmonies of #096529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096529

Black with #096529

Text Example


Text Example

White with #096529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096529; }

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

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

background-color css

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

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

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

border-color css

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

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

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