Html Css Color HEX #035401 Green

📋 copy color: '#035401'

red 3 ◦ green 84 ◦ blue 1

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

Shades of Green #035401

Tints of Green #035401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 95.45%

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

R = 3.41%
G = 95.45%
B = 1.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#035401 (or 0x035401) is known color: Green. HEX triplet: 03, 54 and 01. RGB value is (3,84,1). Sum of RGB (Red+Green+Blue) = 3+84+1=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 84 (33.20% from 255 or 95.45% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 84 - color contains mainly: green. Hex color #035401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035401 is #FCABFE. Grayscale: #323232. Windows color (decimal): -16559103 or 87043. OLE color: 87043.

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

Color convert

RGB 3 84 1 -
CMYK 0.96 0 0.99 0.67
HSL 118.55º 0.98% 0.17% -
HSV(B) 118.55º 0.99% 0.33% -
XYZ 3.21 6.36 1.09 -
YUV 50.32 100.16 94.25 -
System Red Green Blue C M Y K H S L
Decimal 3 84 1 0.96 0 0.99 0.67 118.55 0.98 0.17
Hex 3 54 1 60 0 63 43 77 62 11
Octal 3 124 1 140 0 143 103 167 142 21
Binary 11 1010100 1 1100000 0 1100011 1000011 1110111 1100010 10001

Color Harmonies of #035401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035401

Black with #035401

Text Example


Text Example

White with #035401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035401; }

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

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

background-color css

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

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

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

border-color css

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

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

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