Html Css Color HEX #358F76 Viridian

📋 copy color: '#358F76'

red 53 ◦ green 143 ◦ blue 118

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

Shades of Viridian #358F76

Tints of Viridian #358F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.54%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 16.88%
G = 45.54%
B = 37.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#358F76 (or 0x358F76) is known color: Viridian. HEX triplet: 35, 8F and 76. RGB value is (53,143,118). Sum of RGB (Red+Green+Blue) = 53+143+118=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #358F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F76 is #CA7089. Grayscale: #717171. Windows color (decimal): -13267082 or 7769909. OLE color: 7769909.

HSL color Cylindrical-coordinate representation of color #358F76: hue angle of 163.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F76 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 143 118 -
CMYK 0.63 0 0.17 0.44
HSL 163.33º 0.46% 0.38% -
HSV(B) 163.33º 0.63% 0.56% -
XYZ 14.56 21.71 20.56 -
YUV 113.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 53 143 118 0.63 0 0.17 0.44 163.33 0.46 0.38
Hex 35 8F 76 3F 0 11 2C A3 2E 26
Octal 65 217 166 77 0 21 54 243 56 46
Binary 110101 10001111 1110110 111111 0 10001 101100 10100011 101110 100110

Color Harmonies of #358F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358F76

Black with #358F76

Text Example


Text Example

White with #358F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358F76; }

 p { color: rgb(53,143,118); }

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

background-color css

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

 a { background-color: rgb(53,143,118); }

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

border-color css

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

 span { border-color: rgb(53,143,118); }

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