#035517

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

Shades of Crusoe #035517

Tints of Crusoe #035517

Color information

#035517 (or 0x035517) is unknown color: approx Crusoe. HEX triplet: 03, 55 and 17. RGB value is (3,85,23). Sum of RGB (Red+Green+Blue) = 3+85+23=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #035517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035517 is #FCAAE8. Grayscale: #353535. Windows color (decimal): -16558825 or 1529091. OLE color: 1529091.

HSL color Cylindrical-coordinate representation of color #035517: hue angle of 134.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035517 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB38523-
CMYK0.9600.730.67
HSL134.63º93.18%17.25%-
HSV(B)134.63º96.47%33.33%-
XYZ3.446.581.9-
YUV53.41110.8392.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 85 (33.59% from 255) = 76.58%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=2.70%
G=76.58%
B=20.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal385230.9600.730.67134.6393.1817.25
Hex355176004943875d11
Octal312527140011110320713521
Binary11101010110111110000001001001100001110000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035517; }

 p { color: rgb(3,85,23); }

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

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

 a { background-color: rgb(3,85,23); }

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

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

 span { border-color: rgb(3,85,23); }

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