Html Css Color HEX #095631 Crusoe

📋 copy color: '#095631'

red 9 ◦ green 86 ◦ blue 49

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

Shades of Crusoe #095631

Tints of Crusoe #095631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 59.72%

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

R = 6.25%
G = 59.72%
B = 34.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#095631 (or 0x095631) is known color: Crusoe. HEX triplet: 09, 56 and 31. RGB value is (9,86,49). Sum of RGB (Red+Green+Blue) = 9+86+49=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #095631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095631 is #F6A9CE. Grayscale: #3A3A3A. Windows color (decimal): -16165327 or 3233289. OLE color: 3233289.

HSL color Cylindrical-coordinate representation of color #095631: hue angle of 151.17º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095631 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 86 49 -
CMYK 0.90 0 0.43 0.66
HSL 151.17º 0.81% 0.19% -
HSV(B) 151.17º 0.9% 0.34% -
XYZ 3.99 6.94 4.03 -
YUV 58.76 122.49 92.51 -
System Red Green Blue C M Y K H S L
Decimal 9 86 49 0.90 0 0.43 0.66 151.17 0.81 0.19
Hex 9 56 31 5A 0 2B 42 97 51 13
Octal 11 126 61 132 0 53 102 227 121 23
Binary 1001 1010110 110001 1011010 0 101011 1000010 10010111 1010001 10011

Color Harmonies of #095631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095631

Black with #095631

Text Example


Text Example

White with #095631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095631; }

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

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

background-color css

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

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

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

border-color css

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

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

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