Html Css Color HEX #358876 Viridian

📋 copy color: '#358876'

red 53 ◦ green 136 ◦ blue 118

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

Shades of Viridian #358876

Tints of Viridian #358876

RGB

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

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

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

R = 17.26%
G = 44.3%
B = 38.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#358876 (or 0x358876) is known color: Viridian. HEX triplet: 35, 88 and 76. RGB value is (53,136,118). Sum of RGB (Red+Green+Blue) = 53+136+118=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #358876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358876 is #CA7789. Grayscale: #6D6D6D. Windows color (decimal): -13268874 or 7768117. OLE color: 7768117.

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

Color convert

RGB 53 136 118 -
CMYK 0.61 0 0.13 0.47
HSL 166.99º 0.44% 0.37% -
HSV(B) 166.99º 0.61% 0.53% -
XYZ 13.54 19.67 20.22 -
YUV 109.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 53 136 118 0.61 0 0.13 0.47 166.99 0.44 0.37
Hex 35 88 76 3D 0 D 2F A7 2C 25
Octal 65 210 166 75 0 15 57 247 54 45
Binary 110101 10001000 1110110 111101 0 1101 101111 10100111 101100 100101

Color Harmonies of #358876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358876

Black with #358876

Text Example


Text Example

White with #358876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358876; }

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

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

background-color css

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

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

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

border-color css

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

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

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