#458264

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

Shades of Viridian #458264

Tints of Viridian #458264

Color information

#458264 (or 0x458264) is unknown color: approx Viridian. HEX triplet: 45, 82 and 64. RGB value is (69,130,100). Sum of RGB (Red+Green+Blue) = 69+130+100=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #458264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458264 is #BA7D9B. Grayscale: #6C6C6C. Windows color (decimal): -12221852 or 6586949. OLE color: 6586949.

HSL color Cylindrical-coordinate representation of color #458264: hue angle of 150.49º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #458264 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB69130100-
CMYK0.4700.230.49
HSL150.49º30.65%39.02%-
HSV(B)150.49º46.92%50.98%-
XYZ12.7418.1514.89-
YUV108.34123.2999.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=23.08%
G=43.48%
B=33.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691301000.4700.230.49150.4930.6539.02
Hex4582642F01731961f27
Octal10520214457027612263747
Binary10001011000001011001001011110101111100011001011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458264; }

 p { color: rgb(69,130,100); }

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

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

 a { background-color: rgb(69,130,100); }

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

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

 span { border-color: rgb(69,130,100); }

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