#457965

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

Shades of Viridian #457965

Tints of Viridian #457965

Color information

#457965 (or 0x457965) is unknown color: approx Viridian. HEX triplet: 45, 79 and 65. RGB value is (69,121,101). Sum of RGB (Red+Green+Blue) = 69+121+101=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #457965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457965 is #BA869A. Grayscale: #676767. Windows color (decimal): -12224155 or 6650181. OLE color: 6650181.

HSL color Cylindrical-coordinate representation of color #457965: hue angle of 156.92º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457965 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB69121101-
CMYK0.4300.170.53
HSL156.92º27.37%37.25%-
HSV(B)156.92º42.98%47.45%-
XYZ11.6415.8814.76-
YUV103.17126.77103.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 121 (47.66% from 255) = 41.58%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=23.71%
G=41.58%
B=34.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691211010.4300.170.53156.9227.3737.25
Hex4579652B011359d1b25
Octal10517114553021652353345
Binary1000101111100111001011010110100011101011001110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457965; }

 p { color: rgb(69,121,101); }

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

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

 a { background-color: rgb(69,121,101); }

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

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

 span { border-color: rgb(69,121,101); }

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