#095B13

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

Shades of Crusoe #095B13

Tints of Crusoe #095B13

Color information

#095B13 (or 0x095B13) is unknown color: approx Crusoe. HEX triplet: 09, 5B and 13. RGB value is (9,91,19). Sum of RGB (Red+Green+Blue) = 9+91+19=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 91 (35.94% from 255 or 76.47% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 91 - color contains mainly: green. Hex color #095B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095B13 is #F6A4EC. Grayscale: #3A3A3A. Windows color (decimal): -16164077 or 1268489. OLE color: 1268489.

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

Color convert

RGB99119-
CMYK0.9000.790.64
HSL127.32º82%19.61%-
HSV(B)127.32º90.11%35.69%-
XYZ3.977.591.87-
YUV58.27105.8392.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 91 (35.94% from 255) = 76.47%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=7.56%
G=76.47%
B=15.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal991190.9000.790.64127.328219.61
Hex95B135A04F407f5214
Octal1113323132011710017712224
Binary100110110111001110110100100111110000001111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,91,19); }

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

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

 a { background-color: rgb(9,91,19); }

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

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

 span { border-color: rgb(9,91,19); }

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