Html Css Color HEX #358D76 Viridian

📋 copy color: '#358D76'

red 53 ◦ green 141 ◦ blue 118

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

Shades of Viridian #358D76

Tints of Viridian #358D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.19%

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

R = 16.99%
G = 45.19%
B = 37.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#358D76 (or 0x358D76) is known color: Viridian. HEX triplet: 35, 8D and 76. RGB value is (53,141,118). Sum of RGB (Red+Green+Blue) = 53+141+118=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #358D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D76 is #CA7289. Grayscale: #707070. Windows color (decimal): -13267594 or 7769397. OLE color: 7769397.

HSL color Cylindrical-coordinate representation of color #358D76: hue angle of 164.32º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358D76 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 141 118 -
CMYK 0.62 0 0.16 0.45
HSL 164.32º 0.45% 0.38% -
HSV(B) 164.32º 0.62% 0.55% -
XYZ 14.26 21.11 20.46 -
YUV 112.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 53 141 118 0.62 0 0.16 0.45 164.32 0.45 0.38
Hex 35 8D 76 3E 0 10 2D A4 2D 26
Octal 65 215 166 76 0 20 55 244 55 46
Binary 110101 10001101 1110110 111110 0 10000 101101 10100100 101101 100110

Color Harmonies of #358D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D76

Black with #358D76

Text Example


Text Example

White with #358D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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