#095D21

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

Shades of Crusoe #095D21

Tints of Crusoe #095D21

Color information

#095D21 (or 0x095D21) is unknown color: approx Crusoe. HEX triplet: 09, 5D and 21. RGB value is (9,93,33). Sum of RGB (Red+Green+Blue) = 9+93+33=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #095D21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D21 is #F6A2DE. Grayscale: #3D3D3D. Windows color (decimal): -16163551 or 2186505. OLE color: 2186505.

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

Color convert

RGB99333-
CMYK0.9000.650.64
HSL137.14º82.35%20%-
HSV(B)137.14º90.32%36.47%-
XYZ4.382.76-
YUV61.04112.1790.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 93 (36.72% from 255) = 68.89%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=6.67%
G=68.89%
B=24.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal993330.9000.650.64137.1482.3520
Hex95D215A04140895214
Octal1113541132010110021112224
Binary10011011101100001101101001000001100000010001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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