Html Css Color HEX #359071 Viridian

📋 copy color: '#359071'

red 53 ◦ green 144 ◦ blue 113

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

Shades of Viridian #359071

Tints of Viridian #359071

RGB

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

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

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

R = 17.1%
G = 46.45%
B = 36.45%

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

#359071 (or 0x359071) is known color: Viridian. HEX triplet: 35, 90 and 71. RGB value is (53,144,113). Sum of RGB (Red+Green+Blue) = 53+144+113=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #359071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359071 is #CA6F8E. Grayscale: #717171. Windows color (decimal): -13266831 or 7442485. OLE color: 7442485.

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

Color convert

RGB 53 144 113 -
CMYK 0.63 0 0.22 0.44
HSL 159.56º 0.46% 0.39% -
HSV(B) 159.56º 0.63% 0.56% -
XYZ 14.42 21.9 19.09 -
YUV 113.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 53 144 113 0.63 0 0.22 0.44 159.56 0.46 0.39
Hex 35 90 71 3F 0 16 2C A0 2E 27
Octal 65 220 161 77 0 26 54 240 56 47
Binary 110101 10010000 1110001 111111 0 10110 101100 10100000 101110 100111

Color Harmonies of #359071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359071

Black with #359071

Text Example


Text Example

White with #359071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359071; }

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

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

background-color css

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

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

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

border-color css

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

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

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