Html Css Color HEX #358875 Viridian

📋 copy color: '#358875'

red 53 ◦ green 136 ◦ blue 117

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

Shades of Viridian #358875

Tints of Viridian #358875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 17.32%
G = 44.44%
B = 38.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#358875 (or 0x358875) is known color: Viridian. HEX triplet: 35, 88 and 75. RGB value is (53,136,117). Sum of RGB (Red+Green+Blue) = 53+136+117=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #358875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358875 is #CA778A. Grayscale: #6D6D6D. Windows color (decimal): -13268875 or 7702581. OLE color: 7702581.

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

Color convert

RGB 53 136 117 -
CMYK 0.61 0 0.14 0.47
HSL 166.27º 0.44% 0.37% -
HSV(B) 166.27º 0.61% 0.53% -
XYZ 13.48 19.65 19.91 -
YUV 109.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 53 136 117 0.61 0 0.14 0.47 166.27 0.44 0.37
Hex 35 88 75 3D 0 E 2F A6 2C 25
Octal 65 210 165 75 0 16 57 246 54 45
Binary 110101 10001000 1110101 111101 0 1110 101111 10100110 101100 100101

Color Harmonies of #358875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358875

Black with #358875

Text Example


Text Example

White with #358875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358875; }

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

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

background-color css

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

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

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

border-color css

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

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

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