Html Css Color HEX #095533 Crusoe

📋 copy color: '#095533'

red 9 ◦ green 85 ◦ blue 51

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

Shades of Crusoe #095533

Tints of Crusoe #095533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 35.17%

R = 6.21%
G = 58.62%
B = 35.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#095533 (or 0x095533) is known color: Crusoe. HEX triplet: 09, 55 and 33. RGB value is (9,85,51). Sum of RGB (Red+Green+Blue) = 9+85+51=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #095533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095533 is #F6AACC. Grayscale: #3A3A3A. Windows color (decimal): -16165581 or 3364105. OLE color: 3364105.

HSL color Cylindrical-coordinate representation of color #095533: hue angle of 153.16º 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 #095533 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 51 -
CMYK 0.89 0 0.40 0.67
HSL 153.16º 0.81% 0.18% -
HSV(B) 153.16º 0.89% 0.33% -
XYZ 3.96 6.79 4.23 -
YUV 58.4 123.82 92.76 -
System Red Green Blue C M Y K H S L
Decimal 9 85 51 0.89 0 0.40 0.67 153.16 0.81 0.18
Hex 9 55 33 59 0 28 43 99 51 12
Octal 11 125 63 131 0 50 103 231 121 22
Binary 1001 1010101 110011 1011001 0 101000 1000011 10011001 1010001 10010

Color Harmonies of #095533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095533

Black with #095533

Text Example


Text Example

White with #095533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095533; }

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

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

background-color css

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

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

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

border-color css

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

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

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