#357E67

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

Shades of Viridian #357E67

Tints of Viridian #357E67

Color information

#357E67 (or 0x357E67) is unknown color: approx Viridian. HEX triplet: 35, 7E and 67. RGB value is (53,126,103). Sum of RGB (Red+Green+Blue) = 53+126+103=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #357E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E67 is #CA8198. Grayscale: #656565. Windows color (decimal): -13271449 or 6782517. OLE color: 6782517.

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

Color convert

RGB53126103-
CMYK0.5800.180.51
HSL161.1º40.78%35.1%-
HSV(B)161.1º57.94%49.41%-
XYZ11.3816.6615.45-
YUV101.55128.8293.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 126 (49.61% from 255) = 44.68%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=18.79%
G=44.68%
B=36.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531261030.5800.180.51161.140.7835.1
Hex357E673A01233a12923
Octal6517614772022632415143
Binary1101011111110110011111101001001011001110100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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