Html Css Color HEX #358978 Viridian

📋 copy color: '#358978'

red 53 ◦ green 137 ◦ blue 120

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

Shades of Viridian #358978

Tints of Viridian #358978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 17.1%
G = 44.19%
B = 38.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#358978 (or 0x358978) is known color: Viridian. HEX triplet: 35, 89 and 78. RGB value is (53,137,120). Sum of RGB (Red+Green+Blue) = 53+137+120=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #358978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358978 is #CA7687. Grayscale: #6D6D6D. Windows color (decimal): -13268616 or 7899445. OLE color: 7899445.

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

Color convert

RGB 53 137 120 -
CMYK 0.61 0 0.12 0.46
HSL 167.86º 0.44% 0.37% -
HSV(B) 167.86º 0.61% 0.54% -
XYZ 13.8 20 20.9 -
YUV 109.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 53 137 120 0.61 0 0.12 0.46 167.86 0.44 0.37
Hex 35 89 78 3D 0 C 2E A8 2C 25
Octal 65 211 170 75 0 14 56 250 54 45
Binary 110101 10001001 1111000 111101 0 1100 101110 10101000 101100 100101

Color Harmonies of #358978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358978

Black with #358978

Text Example


Text Example

White with #358978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358978; }

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

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

background-color css

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

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

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

border-color css

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

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

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