Html Css Color HEX #359170 Viridian

📋 copy color: '#359170'

red 53 ◦ green 145 ◦ blue 112

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

Shades of Viridian #359170

Tints of Viridian #359170

RGB

 RED value IS 53 (21.09% from 255) = 17.1%

 GREEN value IS 145 (57.03% from 255) = 46.77%

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 17.1%
G = 46.77%
B = 36.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#359170 (or 0x359170) is known color: Viridian. HEX triplet: 35, 91 and 70. RGB value is (53,145,112). Sum of RGB (Red+Green+Blue) = 53+145+112=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #359170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359170 is #CA6E8F. Grayscale: #717171. Windows color (decimal): -13266576 or 7377205. OLE color: 7377205.

HSL color Cylindrical-coordinate representation of color #359170: hue angle of 158.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359170 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 112 -
CMYK 0.63 0 0.23 0.43
HSL 158.48º 0.46% 0.39% -
HSV(B) 158.48º 0.63% 0.57% -
XYZ 14.52 22.18 18.84 -
YUV 113.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 53 145 112 0.63 0 0.23 0.43 158.48 0.46 0.39
Hex 35 91 70 3F 0 17 2B 9E 2E 27
Octal 65 221 160 77 0 27 53 236 56 47
Binary 110101 10010001 1110000 111111 0 10111 101011 10011110 101110 100111

Color Harmonies of #359170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359170

Black with #359170

Text Example


Text Example

White with #359170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359170; }

 p { color: rgb(53,145,112); }

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

background-color css

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

 a { background-color: rgb(53,145,112); }

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

border-color css

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

 span { border-color: rgb(53,145,112); }

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