Html Css Color HEX #359572 Viridian

📋 copy color: '#359572'

red 53 ◦ green 149 ◦ blue 114

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

Shades of Viridian #359572

Tints of Viridian #359572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

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

R = 16.77%
G = 47.15%
B = 36.08%

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

#359572 (or 0x359572) is known color: Viridian. HEX triplet: 35, 95 and 72. RGB value is (53,149,114). Sum of RGB (Red+Green+Blue) = 53+149+114=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #359572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359572 is #CA6A8D. Grayscale: #747474. Windows color (decimal): -13265550 or 7509301. OLE color: 7509301.

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

Color convert

RGB 53 149 114 -
CMYK 0.64 0 0.23 0.42
HSL 158.13º 0.48% 0.4% -
HSV(B) 158.13º 0.64% 0.58% -
XYZ 15.25 23.47 19.65 -
YUV 116.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 53 149 114 0.64 0 0.23 0.42 158.13 0.48 0.4
Hex 35 95 72 40 0 17 2A 9E 30 28
Octal 65 225 162 100 0 27 52 236 60 50
Binary 110101 10010101 1110010 1000000 0 10111 101010 10011110 110000 101000

Color Harmonies of #359572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359572

Black with #359572

Text Example


Text Example

White with #359572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359572; }

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

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

background-color css

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

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

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

border-color css

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

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

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