#035D04

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

Shades of Green #035D04

Tints of Green #035D04

Color information

#035D04 (or 0x035D04) is unknown color: approx Green. HEX triplet: 03, 5D and 04. RGB value is (3,93,4). Sum of RGB (Red+Green+Blue) = 3+93+4=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 93 (36.72% from 255 or 93% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 93 - color contains mainly: green. Hex color #035D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035D04 is #FCA2FB. Grayscale: #383838. Windows color (decimal): -16556796 or 285955. OLE color: 285955.

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

Color convert

RGB3934-
CMYK0.9700.960.64
HSL120.67º93.75%18.82%-
HSV(B)120.67º96.77%36.47%-
XYZ3.977.861.42-
YUV55.9498.6890.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 93 (36.72% from 255) = 93%
BLUE value IS 4 (1.95% from 255) = 4%
R=3%
G=93%
B=4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal39340.9700.960.64120.6793.7518.82
Hex35D46106040795e13
Octal31354141014010017113623
Binary11101110110011000010110000010000001111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,93,4); }

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

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

 a { background-color: rgb(3,93,4); }

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

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

 span { border-color: rgb(3,93,4); }

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