#095A2E

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

Shades of Crusoe #095A2E

Tints of Crusoe #095A2E

Color information

#095A2E (or 0x095A2E) is unknown color: approx Crusoe. HEX triplet: 09, 5A and 2E. RGB value is (9,90,46). Sum of RGB (Red+Green+Blue) = 9+90+46=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #095A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A2E is #F6A5D1. Grayscale: #3C3C3C. Windows color (decimal): -16164306 or 3037705. OLE color: 3037705.

HSL color Cylindrical-coordinate representation of color #095A2E: hue angle of 147.41º 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 #095A2E is Cyan = 0.9, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB99046-
CMYK0.900.490.65
HSL147.41º81.82%19.41%-
HSV(B)147.41º90%35.29%-
XYZ4.267.573.82-
YUV60.76119.6691.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 90 (35.55% from 255) = 62.07%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=6.21%
G=62.07%
B=31.72%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990460.900.490.65147.4181.8219.41
Hex95A2E5A03141935213
Octal111325613206110122312223
Binary1001101101010111010110100110001100000110010011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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