Html Css Color HEX #035701 Green

📋 copy color: '#035701'

red 3 ◦ green 87 ◦ blue 1

#035701
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #035701

Tints of Green #035701

RGB

 RED value IS 3 (1.56% from 255) = 3.3%

 GREEN value IS 87 (34.38% from 255) = 95.6%

 BLUE value IS 1 (0.78% from 255) = 1.1%

R = 3.3%
G = 95.6%
B = 1.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#035701 (or 0x035701) is known color: Green. HEX triplet: 03, 57 and 01. RGB value is (3,87,1). Sum of RGB (Red+Green+Blue) = 3+87+1=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 87 (34.38% from 255 or 95.60% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 87 - color contains mainly: green. Hex color #035701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035701 is #FCA8FE. Grayscale: #343434. Windows color (decimal): -16558335 or 87811. OLE color: 87811.

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

Color convert

RGB 3 87 1 -
CMYK 0.97 0 0.99 0.66
HSL 118.6º 0.98% 0.17% -
HSV(B) 118.6º 0.99% 0.34% -
XYZ 3.45 6.84 1.17 -
YUV 52.08 99.17 92.99 -
System Red Green Blue C M Y K H S L
Decimal 3 87 1 0.97 0 0.99 0.66 118.6 0.98 0.17
Hex 3 57 1 61 0 63 42 77 62 11
Octal 3 127 1 141 0 143 102 167 142 21
Binary 11 1010111 1 1100001 0 1100011 1000010 1110111 1100010 10001

Color Harmonies of #035701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035701

Black with #035701

Text Example


Text Example

White with #035701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035701; }

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

 H1.HeaderClassName
 {
   color: #035701;
 }
 .AnyTagClassName
 {
   color: #035701;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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