#035417

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

Shades of Crusoe #035417

Tints of Crusoe #035417

Color information

#035417 (or 0x035417) is unknown color: approx Crusoe. HEX triplet: 03, 54 and 17. RGB value is (3,84,23). Sum of RGB (Red+Green+Blue) = 3+84+23=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 84 (33.20% from 255 or 76.36% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 84 - color contains mainly: green. Hex color #035417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035417 is #FCABE8. Grayscale: #343434. Windows color (decimal): -16559081 or 1528835. OLE color: 1528835.

HSL color Cylindrical-coordinate representation of color #035417: hue angle of 134.81º 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 #035417 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB38423-
CMYK0.9600.730.67
HSL134.81º93.1%17.06%-
HSV(B)134.81º96.43%32.94%-
XYZ3.366.421.87-
YUV52.83111.1692.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 84 (33.20% from 255) = 76.36%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=2.73%
G=76.36%
B=20.91%

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
Decimal384230.9600.730.67134.8193.117.06
Hex354176004943875d11
Octal312427140011110320713521
Binary11101010010111110000001001001100001110000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035417; }

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

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

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

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

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

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

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

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