#457665

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

Shades of Viridian #457665

Tints of Viridian #457665

Color information

#457665 (or 0x457665) is unknown color: approx Viridian. HEX triplet: 45, 76 and 65. RGB value is (69,118,101). Sum of RGB (Red+Green+Blue) = 69+118+101=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #457665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457665 is #BA899A. Grayscale: #656565. Windows color (decimal): -12224923 or 6649413. OLE color: 6649413.

HSL color Cylindrical-coordinate representation of color #457665: hue angle of 159.18º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457665 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB69118101-
CMYK0.4200.140.54
HSL159.18º26.2%36.67%-
HSV(B)159.18º41.53%46.27%-
XYZ11.2815.1614.64-
YUV101.41127.77104.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=23.96%
G=40.97%
B=35.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691181010.4200.140.54159.1826.236.67
Hex4576652A0E369f1a25
Octal10516614552016662373245
Binary100010111101101100101101010011101101101001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457665; }

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

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

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

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

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

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

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

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