Html Css Color HEX #359371 Viridian

📋 copy color: '#359371'

red 53 ◦ green 147 ◦ blue 113

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

Shades of Viridian #359371

Tints of Viridian #359371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

 BLUE value IS 113 (44.53% from 255) = 36.1%

R = 16.93%
G = 46.96%
B = 36.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#359371 (or 0x359371) is known color: Viridian. HEX triplet: 35, 93 and 71. RGB value is (53,147,113). Sum of RGB (Red+Green+Blue) = 53+147+113=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #359371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359371 is #CA6C8E. Grayscale: #737373. Windows color (decimal): -13266063 or 7443253. OLE color: 7443253.

HSL color Cylindrical-coordinate representation of color #359371: hue angle of 158.3º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359371 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 113 -
CMYK 0.64 0 0.23 0.42
HSL 158.3º 0.47% 0.39% -
HSV(B) 158.3º 0.64% 0.58% -
XYZ 14.88 22.82 19.24 -
YUV 115.02 126.86 83.76 -
System Red Green Blue C M Y K H S L
Decimal 53 147 113 0.64 0 0.23 0.42 158.3 0.47 0.39
Hex 35 93 71 40 0 17 2A 9E 2F 27
Octal 65 223 161 100 0 27 52 236 57 47
Binary 110101 10010011 1110001 1000000 0 10111 101010 10011110 101111 100111

Color Harmonies of #359371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359371

Black with #359371

Text Example


Text Example

White with #359371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359371; }

 p { color: rgb(53,147,113); }

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

background-color css

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

 a { background-color: rgb(53,147,113); }

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

border-color css

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

 span { border-color: rgb(53,147,113); }

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