#095D1F

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

Shades of Crusoe #095D1F

Tints of Crusoe #095D1F

Color information

#095D1F (or 0x095D1F) is unknown color: approx Crusoe. HEX triplet: 09, 5D and 1F. RGB value is (9,93,31). Sum of RGB (Red+Green+Blue) = 9+93+31=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #095D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D1F is #F6A2E0. Grayscale: #3C3C3C. Windows color (decimal): -16163553 or 2055433. OLE color: 2055433.

HSL color Cylindrical-coordinate representation of color #095D1F: hue angle of 135.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D1F is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB99331-
CMYK0.9000.670.64
HSL135.71º82.35%20%-
HSV(B)135.71º90.32%36.47%-
XYZ4.277.992.61-
YUV60.82111.1791.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 93 (36.72% from 255) = 69.92%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=6.77%
G=69.92%
B=23.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal993310.9000.670.64135.7182.3520
Hex95D1F5A04340885214
Octal1113537132010310021012224
Binary1001101110111111101101001000011100000010001000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,93,31); }

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

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

 a { background-color: rgb(9,93,31); }

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

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

 span { border-color: rgb(9,93,31); }

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