Html Css Color HEX #358977 Viridian

📋 copy color: '#358977'

red 53 ◦ green 137 ◦ blue 119

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

Shades of Viridian #358977

Tints of Viridian #358977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 17.15%
G = 44.34%
B = 38.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#358977 (or 0x358977) is known color: Viridian. HEX triplet: 35, 89 and 77. RGB value is (53,137,119). Sum of RGB (Red+Green+Blue) = 53+137+119=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #358977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358977 is #CA7688. Grayscale: #6D6D6D. Windows color (decimal): -13268617 or 7833909. OLE color: 7833909.

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

Color convert

RGB 53 137 119 -
CMYK 0.61 0 0.13 0.46
HSL 167.14º 0.44% 0.37% -
HSV(B) 167.14º 0.61% 0.54% -
XYZ 13.74 19.98 20.58 -
YUV 109.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 53 137 119 0.61 0 0.13 0.46 167.14 0.44 0.37
Hex 35 89 77 3D 0 D 2E A7 2C 25
Octal 65 211 167 75 0 15 56 247 54 45
Binary 110101 10001001 1110111 111101 0 1101 101110 10100111 101100 100101

Color Harmonies of #358977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358977

Black with #358977

Text Example


Text Example

White with #358977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358977; }

 p { color: rgb(53,137,119); }

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

background-color css

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

 a { background-color: rgb(53,137,119); }

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

border-color css

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

 span { border-color: rgb(53,137,119); }

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