Html Css Color HEX #358976 Viridian

📋 copy color: '#358976'

red 53 ◦ green 137 ◦ blue 118

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

Shades of Viridian #358976

Tints of Viridian #358976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 17.21%
G = 44.48%
B = 38.31%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#358976 (or 0x358976) is known color: Viridian. HEX triplet: 35, 89 and 76. RGB value is (53,137,118). Sum of RGB (Red+Green+Blue) = 53+137+118=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #358976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358976 is #CA7689. Grayscale: #6D6D6D. Windows color (decimal): -13268618 or 7768373. OLE color: 7768373.

HSL color Cylindrical-coordinate representation of color #358976: hue angle of 166.43º 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 #358976 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 137 118 -
CMYK 0.61 0 0.14 0.46
HSL 166.43º 0.44% 0.37% -
HSV(B) 166.43º 0.61% 0.54% -
XYZ 13.68 19.96 20.27 -
YUV 109.72 132.67 87.54 -
System Red Green Blue C M Y K H S L
Decimal 53 137 118 0.61 0 0.14 0.46 166.43 0.44 0.37
Hex 35 89 76 3D 0 E 2E A6 2C 25
Octal 65 211 166 75 0 16 56 246 54 45
Binary 110101 10001001 1110110 111101 0 1110 101110 10100110 101100 100101

Color Harmonies of #358976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358976

Black with #358976

Text Example


Text Example

White with #358976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358976; }

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

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

background-color css

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

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

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

border-color css

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

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

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