#035401

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

Shades of Green #035401

Tints of Green #035401

Color information

#035401 (or 0x035401) is unknown color: approx 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

RGB3841-
CMYK0.9600.990.67
HSL118.55º97.65%16.67%-
HSV(B)118.55º98.81%32.94%-
XYZ3.216.361.09-
YUV50.32100.1694.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal38410.9600.990.67118.5597.6516.67
Hex35416006343776211
Octal31241140014310316714221
Binary111010100111000000110001110000111110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>