#095C14

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

Shades of Crusoe #095C14

Tints of Crusoe #095C14

Color information

#095C14 (or 0x095C14) is unknown color: approx Crusoe. HEX triplet: 09, 5C and 14. RGB value is (9,92,20). Sum of RGB (Red+Green+Blue) = 9+92+20=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 92 (36.33% from 255 or 76.03% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 92 - color contains mainly: green. Hex color #095C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C14 is #F6A3EB. Grayscale: #3B3B3B. Windows color (decimal): -16163820 or 1334281. OLE color: 1334281.

HSL color Cylindrical-coordinate representation of color #095C14: hue angle of 127.95º 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 #095C14 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB99220-
CMYK0.9000.780.64
HSL127.95º82.18%19.8%-
HSV(B)127.95º90.22%36.08%-
XYZ4.077.761.95-
YUV58.9810692.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 92 (36.33% from 255) = 76.03%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=7.44%
G=76.03%
B=16.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal992200.9000.780.64127.9582.1819.8
Hex95C145A04E40805214
Octal1113424132011610020012224
Binary1001101110010100101101001001110100000010000000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,92,20); }

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

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

 a { background-color: rgb(9,92,20); }

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

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

 span { border-color: rgb(9,92,20); }

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