#095023

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

Shades of Crusoe #095023

Tints of Crusoe #095023

Color information

#095023 (or 0x095023) is unknown color: approx Crusoe. HEX triplet: 09, 50 and 23. RGB value is (9,80,35). Sum of RGB (Red+Green+Blue) = 9+80+35=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #095023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095023 is #F6AFDC. Grayscale: #353535. Windows color (decimal): -16166877 or 2314249. OLE color: 2314249.

HSL color Cylindrical-coordinate representation of color #095023: hue angle of 141.97º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095023 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB98035-
CMYK0.8900.560.69
HSL141.97º79.78%17.45%-
HSV(B)141.97º88.75%31.37%-
XYZ3.285.922.56-
YUV53.64117.4896.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 80 (31.64% from 255) = 64.52%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=7.26%
G=64.52%
B=28.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980350.8900.560.69141.9779.7817.45
Hex9502359038458e5011
Octal111204313107010521612021
Binary1001101000010001110110010111000100010110001110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095023; }

 p { color: rgb(9,80,35); }

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

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

 a { background-color: rgb(9,80,35); }

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

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

 span { border-color: rgb(9,80,35); }

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