#095A1F

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

Shades of Crusoe #095A1F

Tints of Crusoe #095A1F

Color information

#095A1F (or 0x095A1F) is unknown color: approx Crusoe. HEX triplet: 09, 5A and 1F. RGB value is (9,90,31). Sum of RGB (Red+Green+Blue) = 9+90+31=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 90 (35.55% from 255 or 69.23% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 90 - color contains mainly: green. Hex color #095A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A1F is #F6A5E0. Grayscale: #3B3B3B. Windows color (decimal): -16164321 or 2054665. OLE color: 2054665.

HSL color Cylindrical-coordinate representation of color #095A1F: hue angle of 136.3º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A1F is Cyan = 0.9, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB99031-
CMYK0.900.660.65
HSL136.3º81.82%19.41%-
HSV(B)136.3º90%35.29%-
XYZ4.027.472.53-
YUV59.06112.1692.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 90 (35.55% from 255) = 69.23%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=6.92%
G=69.23%
B=23.85%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990310.900.660.65136.381.8219.41
Hex95A1F5A04241885213
Octal1113237132010210121012223
Binary1001101101011111101101001000010100000110001000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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