#035910

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

Shades of Crusoe #035910

Tints of Crusoe #035910

Color information

#035910 (or 0x035910) is unknown color: approx Crusoe. HEX triplet: 03, 59 and 10. RGB value is (3,89,16). Sum of RGB (Red+Green+Blue) = 3+89+16=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 89 (35.16% from 255 or 82.41% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 89 - color contains mainly: green. Hex color #035910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035910 is #FCA6EF. Grayscale: #373737. Windows color (decimal): -16557808 or 1071363. OLE color: 1071363.

HSL color Cylindrical-coordinate representation of color #035910: hue angle of 129.07º 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 #035910 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB38916-
CMYK0.9700.820.65
HSL129.07º93.48%18.04%-
HSV(B)129.07º96.63%34.9%-
XYZ3.77.21.69-
YUV54.96106.0190.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 89 (35.16% from 255) = 82.41%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=2.78%
G=82.41%
B=14.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389160.9700.820.65129.0793.4818.04
Hex359106105241815d12
Octal313120141012210120113522
Binary11101100110000110000101010010100000110000001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035910; }

 p { color: rgb(3,89,16); }

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

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

 a { background-color: rgb(3,89,16); }

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

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

 span { border-color: rgb(3,89,16); }

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