Html Css Color HEX #096532 Crusoe

📋 copy color: '#096532'

red 9 ◦ green 101 ◦ blue 50

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

Shades of Crusoe #096532

Tints of Crusoe #096532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.25%

R = 5.63%
G = 63.13%
B = 31.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#096532 (or 0x096532) is known color: Crusoe. HEX triplet: 09, 65 and 32. RGB value is (9,101,50). Sum of RGB (Red+Green+Blue) = 9+101+50=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #096532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096532 is #F69ACD. Grayscale: #434343. Windows color (decimal): -16161486 or 3302665. OLE color: 3302665.

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

Color convert

RGB 9 101 50 -
CMYK 0.91 0 0.50 0.60
HSL 146.74º 0.84% 0.22% -
HSV(B) 146.74º 0.91% 0.4% -
XYZ 5.34 9.6 4.59 -
YUV 67.68 118.02 86.15 -
System Red Green Blue C M Y K H S L
Decimal 9 101 50 0.91 0 0.50 0.60 146.74 0.84 0.22
Hex 9 65 32 5B 0 32 3C 93 54 16
Octal 11 145 62 133 0 62 74 223 124 26
Binary 1001 1100101 110010 1011011 0 110010 111100 10010011 1010100 10110

Color Harmonies of #096532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096532

Black with #096532

Text Example


Text Example

White with #096532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096532; }

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

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

background-color css

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

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

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

border-color css

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

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

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