#095B25

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

Shades of Crusoe #095B25

Tints of Crusoe #095B25

Color information

#095B25 (or 0x095B25) is unknown color: approx Crusoe. HEX triplet: 09, 5B and 25. RGB value is (9,91,37). Sum of RGB (Red+Green+Blue) = 9+91+37=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #095B25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B25 is #F6A4DA. Grayscale: #3C3C3C. Windows color (decimal): -16164059 or 2448137. OLE color: 2448137.

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

Color convert

RGB99137-
CMYK0.9000.590.64
HSL140.49º82%19.61%-
HSV(B)140.49º90.11%35.69%-
XYZ4.197.673.01-
YUV60.33114.8391.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 91 (35.94% from 255) = 66.42%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=6.57%
G=66.42%
B=27.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal991370.9000.590.64140.498219.61
Hex95B255A03B408c5214
Octal111334513207310021412224
Binary1001101101110010110110100111011100000010001100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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