Html Css Color HEX #095531 Crusoe

📋 copy color: '#095531'

red 9 ◦ green 85 ◦ blue 49

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

Shades of Crusoe #095531

Tints of Crusoe #095531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 34.27%

R = 6.29%
G = 59.44%
B = 34.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#095531 (or 0x095531) is known color: Crusoe. HEX triplet: 09, 55 and 31. RGB value is (9,85,49). Sum of RGB (Red+Green+Blue) = 9+85+49=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #095531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095531 is #F6AACE. Grayscale: #3A3A3A. Windows color (decimal): -16165583 or 3233033. OLE color: 3233033.

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

Color convert

RGB 9 85 49 -
CMYK 0.89 0 0.42 0.67
HSL 151.58º 0.81% 0.18% -
HSV(B) 151.58º 0.89% 0.33% -
XYZ 3.92 6.78 4.01 -
YUV 58.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 9 85 49 0.89 0 0.42 0.67 151.58 0.81 0.18
Hex 9 55 31 59 0 2A 43 98 51 12
Octal 11 125 61 131 0 52 103 230 121 22
Binary 1001 1010101 110001 1011001 0 101010 1000011 10011000 1010001 10010

Color Harmonies of #095531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095531

Black with #095531

Text Example


Text Example

White with #095531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095531; }

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

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

background-color css

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

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

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

border-color css

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

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

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