#035913

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

Shades of Crusoe #035913

Tints of Crusoe #035913

Color information

#035913 (or 0x035913) is unknown color: approx Crusoe. HEX triplet: 03, 59 and 13. RGB value is (3,89,19). Sum of RGB (Red+Green+Blue) = 3+89+19=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #035913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035913 is #FCA6EC. Grayscale: #373737. Windows color (decimal): -16557805 or 1267971. OLE color: 1267971.

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

Color convert

RGB38919-
CMYK0.9700.790.65
HSL131.16º93.48%18.04%-
HSV(B)131.16º96.63%34.9%-
XYZ3.737.211.81-
YUV55.31107.5190.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 89 (35.16% from 255) = 80.18%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=2.70%
G=80.18%
B=17.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389190.9700.790.65131.1693.4818.04
Hex359136104F41835d12
Octal313123141011710120313522
Binary11101100110011110000101001111100000110000011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035913; }

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

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

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

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

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

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

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

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