Html Css Color HEX #358775 Viridian

📋 copy color: '#358775'

red 53 ◦ green 135 ◦ blue 117

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

Shades of Viridian #358775

Tints of Viridian #358775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

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

R = 17.38%
G = 44.26%
B = 38.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#358775 (or 0x358775) is known color: Viridian. HEX triplet: 35, 87 and 75. RGB value is (53,135,117). Sum of RGB (Red+Green+Blue) = 53+135+117=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #358775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358775 is #CA788A. Grayscale: #6C6C6C. Windows color (decimal): -13269131 or 7702325. OLE color: 7702325.

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

Color convert

RGB 53 135 117 -
CMYK 0.61 0 0.13 0.47
HSL 166.83º 0.44% 0.37% -
HSV(B) 166.83º 0.61% 0.53% -
XYZ 13.34 19.37 19.87 -
YUV 108.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 53 135 117 0.61 0 0.13 0.47 166.83 0.44 0.37
Hex 35 87 75 3D 0 D 2F A7 2C 25
Octal 65 207 165 75 0 15 57 247 54 45
Binary 110101 10000111 1110101 111101 0 1101 101111 10100111 101100 100101

Color Harmonies of #358775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358775

Black with #358775

Text Example


Text Example

White with #358775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358775; }

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

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

background-color css

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

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

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

border-color css

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

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

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