#358B6E

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

Shades of Viridian #358B6E

Tints of Viridian #358B6E

Color information

#358B6E (or 0x358B6E) is unknown color: approx Viridian. HEX triplet: 35, 8B and 6E. RGB value is (53,139,110). Sum of RGB (Red+Green+Blue) = 53+139+110=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #358B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B6E is #CA7491. Grayscale: #6E6E6E. Windows color (decimal): -13268114 or 7244597. OLE color: 7244597.

HSL color Cylindrical-coordinate representation of color #358B6E: hue angle of 159.77º 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 #358B6E is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB53139110-
CMYK0.6200.210.45
HSL159.77º44.79%37.65%-
HSV(B)159.77º61.87%54.51%-
XYZ13.5220.3517.97-
YUV109.98128.0187.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=17.55%
G=46.03%
B=36.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531391100.6200.210.45159.7744.7937.65
Hex358B6E3E0152Da02d26
Octal6521315676025552405546
Binary11010110001011110111011111001010110110110100000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,139,110); }

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

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

 a { background-color: rgb(53,139,110); }

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

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

 span { border-color: rgb(53,139,110); }

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