Html Css Color HEX #358871 Viridian

📋 copy color: '#358871'

red 53 ◦ green 136 ◦ blue 113

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

Shades of Viridian #358871

Tints of Viridian #358871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.03%

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

R = 17.55%
G = 45.03%
B = 37.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#358871 (or 0x358871) is known color: Viridian. HEX triplet: 35, 88 and 71. RGB value is (53,136,113). Sum of RGB (Red+Green+Blue) = 53+136+113=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #358871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358871 is #CA778E. Grayscale: #6C6C6C. Windows color (decimal): -13268879 or 7440437. OLE color: 7440437.

HSL color Cylindrical-coordinate representation of color #358871: hue angle of 163.37º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358871 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 113 -
CMYK 0.61 0 0.17 0.47
HSL 163.37º 0.44% 0.37% -
HSV(B) 163.37º 0.61% 0.53% -
XYZ 13.25 19.56 18.7 -
YUV 108.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 53 136 113 0.61 0 0.17 0.47 163.37 0.44 0.37
Hex 35 88 71 3D 0 11 2F A3 2C 25
Octal 65 210 161 75 0 21 57 243 54 45
Binary 110101 10001000 1110001 111101 0 10001 101111 10100011 101100 100101

Color Harmonies of #358871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358871

Black with #358871

Text Example


Text Example

White with #358871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358871; }

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

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

background-color css

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

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

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

border-color css

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

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

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