#358D7A

Color #358D7A Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #358D7A

Tints of Viridian #358D7A

Color information

#358D7A (or 0x358D7A) is unknown color: approx Viridian. HEX triplet: 35, 8D and 7A. RGB value is (53,141,122). Sum of RGB (Red+Green+Blue) = 53+141+122=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #358D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D7A is #CA7285. Grayscale: #707070. Windows color (decimal): -13267590 or 8031541. OLE color: 8031541.

HSL color Cylindrical-coordinate representation of color #358D7A: hue angle of 167.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358D7A is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB53141122-
CMYK0.6200.130.45
HSL167.05º45.36%38.04%-
HSV(B)167.05º62.41%55.29%-
XYZ14.5121.2121.74-
YUV112.52133.3585.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 141 (55.47% from 255) = 44.62%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=16.77%
G=44.62%
B=38.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531411220.6200.130.45167.0545.3638.04
Hex358D7A3E0D2Da72d26
Octal6521517276015552475546
Binary1101011000110111110101111100110110110110100111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,141,122); }

 H1.HeaderClassName
 {
   color: #358D7A;
 }
 .AnyTagClassName
 {
   color: #358D7A;
 }
</style>
background-color css

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

 a { background-color: rgb(53,141,122); }

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

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

 span { border-color: rgb(53,141,122); }

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