Html Css Color HEX #358874 Viridian

📋 copy color: '#358874'

red 53 ◦ green 136 ◦ blue 116

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

Shades of Viridian #358874

Tints of Viridian #358874

RGB

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

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

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

R = 17.38%
G = 44.59%
B = 38.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#358874 (or 0x358874) is known color: Viridian. HEX triplet: 35, 88 and 74. RGB value is (53,136,116). Sum of RGB (Red+Green+Blue) = 53+136+116=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #358874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358874 is #CA778B. Grayscale: #6C6C6C. Windows color (decimal): -13268876 or 7637045. OLE color: 7637045.

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

Color convert

RGB 53 136 116 -
CMYK 0.61 0 0.15 0.47
HSL 165.54º 0.44% 0.37% -
HSV(B) 165.54º 0.61% 0.53% -
XYZ 13.42 19.63 19.6 -
YUV 108.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 53 136 116 0.61 0 0.15 0.47 165.54 0.44 0.37
Hex 35 88 74 3D 0 F 2F A6 2C 25
Octal 65 210 164 75 0 17 57 246 54 45
Binary 110101 10001000 1110100 111101 0 1111 101111 10100110 101100 100101

Color Harmonies of #358874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358874

Black with #358874

Text Example


Text Example

White with #358874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358874; }

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

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

background-color css

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

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

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

border-color css

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

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

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