Html Css Color HEX #358873 Viridian

📋 copy color: '#358873'

red 53 ◦ green 136 ◦ blue 115

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

Shades of Viridian #358873

Tints of Viridian #358873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 17.43%
G = 44.74%
B = 37.83%

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

#358873 (or 0x358873) is known color: Viridian. HEX triplet: 35, 88 and 73. RGB value is (53,136,115). Sum of RGB (Red+Green+Blue) = 53+136+115=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #358873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358873 is #CA778C. Grayscale: #6C6C6C. Windows color (decimal): -13268877 or 7571509. OLE color: 7571509.

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

Color convert

RGB 53 136 115 -
CMYK 0.61 0 0.15 0.47
HSL 164.82º 0.44% 0.37% -
HSV(B) 164.82º 0.61% 0.53% -
XYZ 13.37 19.6 19.3 -
YUV 108.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 53 136 115 0.61 0 0.15 0.47 164.82 0.44 0.37
Hex 35 88 73 3D 0 F 2F A5 2C 25
Octal 65 210 163 75 0 17 57 245 54 45
Binary 110101 10001000 1110011 111101 0 1111 101111 10100101 101100 100101

Color Harmonies of #358873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358873

Black with #358873

Text Example


Text Example

White with #358873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358873; }

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

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

background-color css

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

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

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

border-color css

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

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

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