Html Css Color HEX #359070 Viridian

📋 copy color: '#359070'

red 53 ◦ green 144 ◦ blue 112

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

Shades of Viridian #359070

Tints of Viridian #359070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.6%

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 17.15%
G = 46.6%
B = 36.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#359070 (or 0x359070) is known color: Viridian. HEX triplet: 35, 90 and 70. RGB value is (53,144,112). Sum of RGB (Red+Green+Blue) = 53+144+112=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #359070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359070 is #CA6F8F. Grayscale: #717171. Windows color (decimal): -13266832 or 7376949. OLE color: 7376949.

HSL color Cylindrical-coordinate representation of color #359070: hue angle of 158.9º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359070 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 112 -
CMYK 0.63 0 0.22 0.44
HSL 158.9º 0.46% 0.39% -
HSV(B) 158.9º 0.63% 0.56% -
XYZ 14.37 21.87 18.79 -
YUV 113.14 127.35 85.1 -
System Red Green Blue C M Y K H S L
Decimal 53 144 112 0.63 0 0.22 0.44 158.9 0.46 0.39
Hex 35 90 70 3F 0 16 2C 9F 2E 27
Octal 65 220 160 77 0 26 54 237 56 47
Binary 110101 10010000 1110000 111111 0 10110 101100 10011111 101110 100111

Color Harmonies of #359070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359070

Black with #359070

Text Example


Text Example

White with #359070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359070; }

 p { color: rgb(53,144,112); }

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

background-color css

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

 a { background-color: rgb(53,144,112); }

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

border-color css

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

 span { border-color: rgb(53,144,112); }

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