#358B6A

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

Shades of Viridian #358B6A

Tints of Viridian #358B6A

Color information

#358B6A (or 0x358B6A) is unknown color: approx Viridian. HEX triplet: 35, 8B and 6A. RGB value is (53,139,106). Sum of RGB (Red+Green+Blue) = 53+139+106=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #358B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B6A is #CA7495. Grayscale: #6D6D6D. Windows color (decimal): -13268118 or 6982453. OLE color: 6982453.

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

Color convert

RGB53139106-
CMYK0.6200.240.45
HSL156.98º44.79%37.65%-
HSV(B)156.98º61.87%54.51%-
XYZ13.320.2616.85-
YUV109.52126.0187.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 139 (54.69% from 255) = 46.64%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=17.79%
G=46.64%
B=35.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531391060.6200.240.45156.9844.7937.65
Hex358B6A3E0182D9d2d26
Octal6521315276030552355546
Binary11010110001011110101011111001100010110110011101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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