#358B6B

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

Shades of Viridian #358B6B

Tints of Viridian #358B6B

Color information

#358B6B (or 0x358B6B) is unknown color: approx Viridian. HEX triplet: 35, 8B and 6B. RGB value is (53,139,107). Sum of RGB (Red+Green+Blue) = 53+139+107=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #358B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B6B is #CA7494. Grayscale: #6D6D6D. Windows color (decimal): -13268117 or 7047989. OLE color: 7047989.

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

Color convert

RGB53139107-
CMYK0.6200.230.45
HSL157.67º44.79%37.65%-
HSV(B)157.67º61.87%54.51%-
XYZ13.3520.2817.12-
YUV109.64126.5187.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=17.73%
G=46.49%
B=35.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531391070.6200.230.45157.6744.7937.65
Hex358B6B3E0172D9e2d26
Octal6521315376027552365546
Binary11010110001011110101111111001011110110110011110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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