#095D24

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

Shades of Crusoe #095D24

Tints of Crusoe #095D24

Color information

#095D24 (or 0x095D24) is unknown color: approx Crusoe. HEX triplet: 09, 5D and 24. RGB value is (9,93,36). Sum of RGB (Red+Green+Blue) = 9+93+36=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #095D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D24 is #F6A2DB. Grayscale: #3D3D3D. Windows color (decimal): -16163548 or 2383113. OLE color: 2383113.

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

Color convert

RGB99336-
CMYK0.9000.610.64
HSL139.29º82.35%20%-
HSV(B)139.29º90.32%36.47%-
XYZ4.358.012.99-
YUV61.39113.6790.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 93 (36.72% from 255) = 67.39%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=6.52%
G=67.39%
B=26.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal993360.9000.610.64139.2982.3520
Hex95D245A03D408b5214
Octal111354413207510021312224
Binary1001101110110010010110100111101100000010001011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,93,36); }

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

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

 a { background-color: rgb(9,93,36); }

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

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

 span { border-color: rgb(9,93,36); }

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