#458465

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

Shades of Viridian #458465

Tints of Viridian #458465

Color information

#458465 (or 0x458465) is unknown color: approx Viridian. HEX triplet: 45, 84 and 65. RGB value is (69,132,101). Sum of RGB (Red+Green+Blue) = 69+132+101=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #458465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458465 is #BA7B9A. Grayscale: #6D6D6D. Windows color (decimal): -12221339 or 6652997. OLE color: 6652997.

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

Color convert

RGB69132101-
CMYK0.4800.230.48
HSL150.48º31.34%39.41%-
HSV(B)150.48º47.73%51.76%-
XYZ13.0518.7115.23-
YUV109.63123.1399.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=22.85%
G=43.71%
B=33.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691321010.4800.230.48150.4831.3439.41
Hex4584653001730961f27
Octal10520414560027602263747
Binary10001011000010011001011100000101111100001001011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458465; }

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

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

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

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

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

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

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

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