#095E1B

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

Shades of Crusoe #095E1B

Tints of Crusoe #095E1B

Color information

#095E1B (or 0x095E1B) is unknown color: approx Crusoe. HEX triplet: 09, 5E and 1B. RGB value is (9,94,27). Sum of RGB (Red+Green+Blue) = 9+94+27=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 94 (37.11% from 255 or 72.31% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 94 - color contains mainly: green. Hex color #095E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095E1B is #F6A1E4. Grayscale: #3D3D3D. Windows color (decimal): -16163301 or 1793545. OLE color: 1793545.

HSL color Cylindrical-coordinate representation of color #095E1B: hue angle of 132.71º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E1B is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB99427-
CMYK0.9000.710.63
HSL132.71º82.52%20.2%-
HSV(B)132.71º90.43%36.86%-
XYZ4.318.142.38-
YUV60.95108.8490.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 94 (37.11% from 255) = 72.31%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=6.92%
G=72.31%
B=20.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994270.9000.710.63132.7182.5220.2
Hex95E1B5A0473F855314
Octal111363313201077720512324
Binary100110111101101110110100100011111111110000101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,94,27); }

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

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

 a { background-color: rgb(9,94,27); }

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

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

 span { border-color: rgb(9,94,27); }

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