#095126

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

Shades of Crusoe #095126

Tints of Crusoe #095126

Color information

#095126 (or 0x095126) is unknown color: approx Crusoe. HEX triplet: 09, 51 and 26. RGB value is (9,81,38). Sum of RGB (Red+Green+Blue) = 9+81+38=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #095126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095126 is #F6AED9. Grayscale: #363636. Windows color (decimal): -16166618 or 2511113. OLE color: 2511113.

HSL color Cylindrical-coordinate representation of color #095126: hue angle of 144.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095126 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB98138-
CMYK0.8900.530.68
HSL144.17º80%17.65%-
HSV(B)144.17º88.89%31.76%-
XYZ3.46.082.83-
YUV54.57118.6595.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 81 (32.03% from 255) = 63.28%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=7.03%
G=63.28%
B=29.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981380.8900.530.68144.178017.65
Hex951265903544905012
Octal111214613106510422012022
Binary1001101000110011010110010110101100010010010000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095126; }

 p { color: rgb(9,81,38); }

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

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

 a { background-color: rgb(9,81,38); }

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

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

 span { border-color: rgb(9,81,38); }

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