#357E64

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

Shades of Viridian #357E64

Tints of Viridian #357E64

Color information

#357E64 (or 0x357E64) is unknown color: approx Viridian. HEX triplet: 35, 7E and 64. RGB value is (53,126,100). Sum of RGB (Red+Green+Blue) = 53+126+100=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #357E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E64 is #CA819B. Grayscale: #656565. Windows color (decimal): -13271452 or 6585909. OLE color: 6585909.

HSL color Cylindrical-coordinate representation of color #357E64: hue angle of 158.63º 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 #357E64 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB53126100-
CMYK0.5800.210.51
HSL158.63º40.78%35.1%-
HSV(B)158.63º57.94%49.41%-
XYZ11.2316.614.67-
YUV101.21127.3293.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 126 (49.61% from 255) = 45.16%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=19.00%
G=45.16%
B=35.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531261000.5800.210.51158.6340.7835.1
Hex357E643A015339f2923
Octal6517614472025632375143
Binary1101011111110110010011101001010111001110011111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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