Html Css Color HEX #095528 Crusoe

📋 copy color: '#095528'

red 9 ◦ green 85 ◦ blue 40

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

Shades of Crusoe #095528

Tints of Crusoe #095528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 29.85%

R = 6.72%
G = 63.43%
B = 29.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#095528 (or 0x095528) is known color: Crusoe. HEX triplet: 09, 55 and 28. RGB value is (9,85,40). Sum of RGB (Red+Green+Blue) = 9+85+40=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #095528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095528 is #F6AAD7. Grayscale: #393939. Windows color (decimal): -16165592 or 2643209. OLE color: 2643209.

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

Color convert

RGB 9 85 40 -
CMYK 0.89 0 0.53 0.67
HSL 144.47º 0.81% 0.18% -
HSV(B) 144.47º 0.89% 0.33% -
XYZ 3.74 6.71 3.1 -
YUV 57.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 9 85 40 0.89 0 0.53 0.67 144.47 0.81 0.18
Hex 9 55 28 59 0 35 43 90 51 12
Octal 11 125 50 131 0 65 103 220 121 22
Binary 1001 1010101 101000 1011001 0 110101 1000011 10010000 1010001 10010

Color Harmonies of #095528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095528

Black with #095528

Text Example


Text Example

White with #095528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095528; }

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

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

background-color css

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

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

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

border-color css

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

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

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