#095E31

Color #095E31 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #095E31

Tints of Crusoe #095E31

Color information

#095E31 (or 0x095E31) is unknown color: approx Crusoe. HEX triplet: 09, 5E and 31. RGB value is (9,94,49). Sum of RGB (Red+Green+Blue) = 9+94+49=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 94 (37.11% from 255 or 61.84% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 94 - color contains mainly: green. Hex color #095E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095E31 is #F6A1CE. Grayscale: #3F3F3F. Windows color (decimal): -16163279 or 3235337. OLE color: 3235337.

HSL color Cylindrical-coordinate representation of color #095E31: hue angle of 148.24º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E31 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB99449-
CMYK0.9000.480.63
HSL148.24º82.52%20.2%-
HSV(B)148.24º90.43%36.86%-
XYZ4.678.294.26-
YUV63.46119.8489.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 94 (37.11% from 255) = 61.84%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=5.92%
G=61.84%
B=32.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994490.9000.480.63148.2482.5220.2
Hex95E315A0303F945314
Octal11136611320607722412324
Binary100110111101100011011010011000011111110010100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095E31; }

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

 H1.HeaderClassName
 {
   color: #095E31;
 }
 .AnyTagClassName
 {
   color: #095E31;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #095E31;
 }
 .BgClassName
 {
   background-color: #095E31;
 }
</style>
border-color css

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

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

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