Html Css Color HEX #359172 Viridian

📋 copy color: '#359172'

red 53 ◦ green 145 ◦ blue 114

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

Shades of Viridian #359172

Tints of Viridian #359172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 16.99%
G = 46.47%
B = 36.54%

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

#359172 (or 0x359172) is known color: Viridian. HEX triplet: 35, 91 and 72. RGB value is (53,145,114). Sum of RGB (Red+Green+Blue) = 53+145+114=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #359172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359172 is #CA6E8D. Grayscale: #717171. Windows color (decimal): -13266574 or 7508277. OLE color: 7508277.

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

Color convert

RGB 53 145 114 -
CMYK 0.63 0 0.21 0.43
HSL 159.78º 0.46% 0.39% -
HSV(B) 159.78º 0.63% 0.57% -
XYZ 14.63 22.22 19.44 -
YUV 113.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 53 145 114 0.63 0 0.21 0.43 159.78 0.46 0.39
Hex 35 91 72 3F 0 15 2B A0 2E 27
Octal 65 221 162 77 0 25 53 240 56 47
Binary 110101 10010001 1110010 111111 0 10101 101011 10100000 101110 100111

Color Harmonies of #359172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359172

Black with #359172

Text Example


Text Example

White with #359172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359172; }

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

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

background-color css

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

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

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

border-color css

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

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

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