#035704

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

Shades of Green #035704

Tints of Green #035704

Color information

#035704 (or 0x035704) is unknown color: approx Green. HEX triplet: 03, 57 and 04. RGB value is (3,87,4). Sum of RGB (Red+Green+Blue) = 3+87+4=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 87 (34.38% from 255 or 92.55% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 87 - color contains mainly: green. Hex color #035704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035704 is #FCA8FB. Grayscale: #343434. Windows color (decimal): -16558332 or 284419. OLE color: 284419.

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

Color convert

RGB3874-
CMYK0.9700.950.66
HSL120.71º93.33%17.65%-
HSV(B)120.71º96.55%34.12%-
XYZ3.476.841.25-
YUV52.42100.6792.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 87 (34.38% from 255) = 92.55%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=3.19%
G=92.55%
B=4.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal38740.9700.950.66120.7193.3317.65
Hex35746105F42795d12
Octal31274141013710217113522
Binary11101011110011000010101111110000101111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035704; }

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

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

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

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

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

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

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

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