#358B6D

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

Shades of Viridian #358B6D

Tints of Viridian #358B6D

Color information

#358B6D (or 0x358B6D) is unknown color: approx Viridian. HEX triplet: 35, 8B and 6D. RGB value is (53,139,109). Sum of RGB (Red+Green+Blue) = 53+139+109=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #358B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B6D is #CA7492. Grayscale: #6D6D6D. Windows color (decimal): -13268115 or 7179061. OLE color: 7179061.

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

Color convert

RGB53139109-
CMYK0.6200.220.45
HSL159.07º44.79%37.65%-
HSV(B)159.07º61.87%54.51%-
XYZ13.4620.3317.68-
YUV109.87127.5187.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=17.61%
G=46.18%
B=36.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531391090.6200.220.45159.0744.7937.65
Hex358B6D3E0162D9f2d26
Octal6521315576026552375546
Binary11010110001011110110111111001011010110110011111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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