Html Css Color HEX #359174 Viridian

📋 copy color: '#359174'

red 53 ◦ green 145 ◦ blue 116

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

Shades of Viridian #359174

Tints of Viridian #359174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 16.88%
G = 46.18%
B = 36.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#359174 (or 0x359174) is known color: Viridian. HEX triplet: 35, 91 and 74. RGB value is (53,145,116). Sum of RGB (Red+Green+Blue) = 53+145+116=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #359174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359174 is #CA6E8B. Grayscale: #727272. Windows color (decimal): -13266572 or 7639349. OLE color: 7639349.

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

Color convert

RGB 53 145 116 -
CMYK 0.63 0 0.2 0.43
HSL 161.09º 0.46% 0.39% -
HSV(B) 161.09º 0.63% 0.57% -
XYZ 14.75 22.27 20.04 -
YUV 114.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 53 145 116 0.63 0 0.2 0.43 161.09 0.46 0.39
Hex 35 91 74 3F 0 14 2B A1 2E 27
Octal 65 221 164 77 0 24 53 241 56 47
Binary 110101 10010001 1110100 111111 0 10100 101011 10100001 101110 100111

Color Harmonies of #359174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359174

Black with #359174

Text Example


Text Example

White with #359174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359174; }

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

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

background-color css

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

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

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

border-color css

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

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

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