#035814

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

Shades of Crusoe #035814

Tints of Crusoe #035814

Color information

#035814 (or 0x035814) is unknown color: approx Crusoe. HEX triplet: 03, 58 and 14. RGB value is (3,88,20). Sum of RGB (Red+Green+Blue) = 3+88+20=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 88 (34.77% from 255 or 79.28% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 88 - color contains mainly: green. Hex color #035814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035814 is #FCA7EB. Grayscale: #373737. Windows color (decimal): -16558060 or 1333251. OLE color: 1333251.

HSL color Cylindrical-coordinate representation of color #035814: hue angle of 132º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035814 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB38820-
CMYK0.9700.770.65
HSL132º93.41%17.84%-
HSV(B)132º96.59%34.51%-
XYZ3.657.051.83-
YUV54.83108.3491.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 88 (34.77% from 255) = 79.28%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=2.70%
G=79.28%
B=18.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388200.9700.770.6513293.4117.84
Hex358146104D41845d12
Octal313024141011510120413522
Binary11101100010100110000101001101100000110000100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035814; }

 p { color: rgb(3,88,20); }

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

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

 a { background-color: rgb(3,88,20); }

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

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

 span { border-color: rgb(3,88,20); }

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