Html Css Color HEX #359173 Viridian

📋 copy color: '#359173'

red 53 ◦ green 145 ◦ blue 115

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

Shades of Viridian #359173

Tints of Viridian #359173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 16.93%
G = 46.33%
B = 36.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#359173 (or 0x359173) is known color: Viridian. HEX triplet: 35, 91 and 73. RGB value is (53,145,115). Sum of RGB (Red+Green+Blue) = 53+145+115=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #359173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359173 is #CA6E8C. Grayscale: #727272. Windows color (decimal): -13266573 or 7573813. OLE color: 7573813.

HSL color Cylindrical-coordinate representation of color #359173: hue angle of 160.43º 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 #359173 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 115 -
CMYK 0.63 0 0.21 0.43
HSL 160.43º 0.46% 0.39% -
HSV(B) 160.43º 0.63% 0.57% -
XYZ 14.69 22.25 19.74 -
YUV 114.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 53 145 115 0.63 0 0.21 0.43 160.43 0.46 0.39
Hex 35 91 73 3F 0 15 2B A0 2E 27
Octal 65 221 163 77 0 25 53 240 56 47
Binary 110101 10010001 1110011 111111 0 10101 101011 10100000 101110 100111

Color Harmonies of #359173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359173

Black with #359173

Text Example


Text Example

White with #359173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359173; }

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

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

background-color css

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

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

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

border-color css

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

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

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