Html Css Color HEX #096232 Crusoe

📋 copy color: '#096232'

red 9 ◦ green 98 ◦ blue 50

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

Shades of Crusoe #096232

Tints of Crusoe #096232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.42%

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

R = 5.73%
G = 62.42%
B = 31.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#096232 (or 0x096232) is known color: Crusoe. HEX triplet: 09, 62 and 32. RGB value is (9,98,50). Sum of RGB (Red+Green+Blue) = 9+98+50=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #096232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096232 is #F69DCD. Grayscale: #424242. Windows color (decimal): -16162254 or 3301897. OLE color: 3301897.

HSL color Cylindrical-coordinate representation of color #096232: hue angle of 147.64º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096232 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 98 50 -
CMYK 0.91 0 0.49 0.62
HSL 147.64º 0.83% 0.21% -
HSV(B) 147.64º 0.91% 0.38% -
XYZ 5.06 9.02 4.49 -
YUV 65.92 119.01 87.4 -
System Red Green Blue C M Y K H S L
Decimal 9 98 50 0.91 0 0.49 0.62 147.64 0.83 0.21
Hex 9 62 32 5B 0 31 3E 94 53 15
Octal 11 142 62 133 0 61 76 224 123 25
Binary 1001 1100010 110010 1011011 0 110001 111110 10010100 1010011 10101

Color Harmonies of #096232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096232

Black with #096232

Text Example


Text Example

White with #096232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096232; }

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

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

background-color css

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

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

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

border-color css

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

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

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