Html Css Color HEX #095524 Crusoe

📋 copy color: '#095524'

red 9 ◦ green 85 ◦ blue 36

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

Shades of Crusoe #095524

Tints of Crusoe #095524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 65.38%

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

R = 6.92%
G = 65.38%
B = 27.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#095524 (or 0x095524) is known color: Crusoe. HEX triplet: 09, 55 and 24. RGB value is (9,85,36). Sum of RGB (Red+Green+Blue) = 9+85+36=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #095524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095524 is #F6AADB. Grayscale: #383838. Windows color (decimal): -16165596 or 2381065. OLE color: 2381065.

HSL color Cylindrical-coordinate representation of color #095524: hue angle of 141.32º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095524 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 36 -
CMYK 0.89 0 0.58 0.67
HSL 141.32º 0.81% 0.18% -
HSV(B) 141.32º 0.89% 0.33% -
XYZ 3.68 6.68 2.76 -
YUV 56.69 116.32 93.98 -
System Red Green Blue C M Y K H S L
Decimal 9 85 36 0.89 0 0.58 0.67 141.32 0.81 0.18
Hex 9 55 24 59 0 3A 43 8D 51 12
Octal 11 125 44 131 0 72 103 215 121 22
Binary 1001 1010101 100100 1011001 0 111010 1000011 10001101 1010001 10010

Color Harmonies of #095524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095524

Black with #095524

Text Example


Text Example

White with #095524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095524; }

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

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

background-color css

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

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

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

border-color css

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

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

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