Html Css Color HEX #096524 Crusoe

📋 copy color: '#096524'

red 9 ◦ green 101 ◦ blue 36

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

Shades of Crusoe #096524

Tints of Crusoe #096524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.66%

R = 6.16%
G = 69.18%
B = 24.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#096524 (or 0x096524) is known color: Crusoe. HEX triplet: 09, 65 and 24. RGB value is (9,101,36). Sum of RGB (Red+Green+Blue) = 9+101+36=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #096524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096524 is #F69ADB. Grayscale: #424242. Windows color (decimal): -16161500 or 2385161. OLE color: 2385161.

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

Color convert

RGB 9 101 36 -
CMYK 0.91 0 0.64 0.60
HSL 137.61º 0.84% 0.22% -
HSV(B) 137.61º 0.91% 0.4% -
XYZ 5.08 9.49 3.23 -
YUV 66.08 111.02 87.29 -
System Red Green Blue C M Y K H S L
Decimal 9 101 36 0.91 0 0.64 0.60 137.61 0.84 0.22
Hex 9 65 24 5B 0 40 3C 8A 54 16
Octal 11 145 44 133 0 100 74 212 124 26
Binary 1001 1100101 100100 1011011 0 1000000 111100 10001010 1010100 10110

Color Harmonies of #096524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096524

Black with #096524

Text Example


Text Example

White with #096524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096524; }

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

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

background-color css

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

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

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

border-color css

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

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

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