#035E19

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

Shades of Crusoe #035E19

Tints of Crusoe #035E19

Color information

#035E19 (or 0x035E19) is unknown color: approx Crusoe. HEX triplet: 03, 5E and 19. RGB value is (3,94,25). Sum of RGB (Red+Green+Blue) = 3+94+25=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 94 (37.11% from 255 or 77.05% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 94 - color contains mainly: green. Hex color #035E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035E19 is #FCA1E6. Grayscale: #3B3B3B. Windows color (decimal): -16556519 or 1662467. OLE color: 1662467.

HSL color Cylindrical-coordinate representation of color #035E19: hue angle of 134.51º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035E19 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB39425-
CMYK0.9700.730.63
HSL134.51º93.81%19.02%-
HSV(B)134.51º96.81%36.86%-
XYZ4.228.092.26-
YUV58.92108.8588.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 94 (37.11% from 255) = 77.05%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=2.46%
G=77.05%
B=20.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal394250.9700.730.63134.5193.8119.02
Hex35E19610493F875e13
Octal31363114101117720713623
Binary1110111101100111000010100100111111110000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035E19; }

 p { color: rgb(3,94,25); }

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

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

 a { background-color: rgb(3,94,25); }

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

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

 span { border-color: rgb(3,94,25); }

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