#357E66

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

Shades of Viridian #357E66

Tints of Viridian #357E66

Color information

#357E66 (or 0x357E66) is unknown color: approx Viridian. HEX triplet: 35, 7E and 66. RGB value is (53,126,102). Sum of RGB (Red+Green+Blue) = 53+126+102=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #357E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E66 is #CA8199. Grayscale: #656565. Windows color (decimal): -13271450 or 6716981. OLE color: 6716981.

HSL color Cylindrical-coordinate representation of color #357E66: hue angle of 160.27º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357E66 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB53126102-
CMYK0.5800.190.51
HSL160.27º40.78%35.1%-
HSV(B)160.27º57.94%49.41%-
XYZ11.3316.6415.18-
YUV101.44128.3293.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 126 (49.61% from 255) = 44.84%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=18.86%
G=44.84%
B=36.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531261020.5800.190.51160.2740.7835.1
Hex357E663A01333a02923
Octal6517614672023632405143
Binary1101011111110110011011101001001111001110100000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357E66; }

 p { color: rgb(53,126,102); }

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

<style>
 a { background-color: #357E66; }

 a { background-color: rgb(53,126,102); }

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

<style>
 span { border-color: #357E66; }

 span { border-color: rgb(53,126,102); }

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