Html Css Color HEX #358974 Viridian

📋 copy color: '#358974'

red 53 ◦ green 137 ◦ blue 116

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

Shades of Viridian #358974

Tints of Viridian #358974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 17.32%
G = 44.77%
B = 37.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#358974 (or 0x358974) is known color: Viridian. HEX triplet: 35, 89 and 74. RGB value is (53,137,116). Sum of RGB (Red+Green+Blue) = 53+137+116=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #358974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358974 is #CA768B. Grayscale: #6D6D6D. Windows color (decimal): -13268620 or 7637301. OLE color: 7637301.

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

Color convert

RGB 53 137 116 -
CMYK 0.61 0 0.15 0.46
HSL 165º 0.44% 0.37% -
HSV(B) 165º 0.61% 0.54% -
XYZ 13.57 19.91 19.65 -
YUV 109.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 53 137 116 0.61 0 0.15 0.46 165 0.44 0.37
Hex 35 89 74 3D 0 F 2E A5 2C 25
Octal 65 211 164 75 0 17 56 245 54 45
Binary 110101 10001001 1110100 111101 0 1111 101110 10100101 101100 100101

Color Harmonies of #358974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358974

Black with #358974

Text Example


Text Example

White with #358974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358974; }

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

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

background-color css

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

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

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

border-color css

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

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

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