#358B76

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

Shades of Viridian #358B76

Tints of Viridian #358B76

Color information

#358B76 (or 0x358B76) is unknown color: approx Viridian. HEX triplet: 35, 8B and 76. RGB value is (53,139,118). Sum of RGB (Red+Green+Blue) = 53+139+118=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #358B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B76 is #CA7489. Grayscale: #6E6E6E. Windows color (decimal): -13268106 or 7768885. OLE color: 7768885.

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

Color convert

RGB53139118-
CMYK0.6200.150.45
HSL165.35º44.79%37.65%-
HSV(B)165.35º61.87%54.51%-
XYZ13.9720.5320.37-
YUV110.89132.0186.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=17.10%
G=44.84%
B=38.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531391180.6200.150.45165.3544.7937.65
Hex358B763E0F2Da52d26
Octal6521316676017552455546
Binary1101011000101111101101111100111110110110100101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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