#095A1A

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

Shades of Crusoe #095A1A

Tints of Crusoe #095A1A

Color information

#095A1A (or 0x095A1A) is unknown color: approx Crusoe. HEX triplet: 09, 5A and 1A. RGB value is (9,90,26). Sum of RGB (Red+Green+Blue) = 9+90+26=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 90 (35.55% from 255 or 72% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 90 - color contains mainly: green. Hex color #095A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A1A is #F6A5E5. Grayscale: #3A3A3A. Windows color (decimal): -16164326 or 1726985. OLE color: 1726985.

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

Color convert

RGB99026-
CMYK0.900.710.65
HSL132.59º81.82%19.41%-
HSV(B)132.59º90%35.29%-
XYZ3.967.442.21-
YUV58.48109.6692.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 90 (35.55% from 255) = 72%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=7.2%
G=72%
B=20.8%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990260.900.710.65132.5981.8219.41
Hex95A1A5A04741855213
Octal1113232132010710120512223
Binary1001101101011010101101001000111100000110000101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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