#458765

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

Shades of Viridian #458765

Tints of Viridian #458765

Color information

#458765 (or 0x458765) is unknown color: approx Viridian. HEX triplet: 45, 87 and 65. RGB value is (69,135,101). Sum of RGB (Red+Green+Blue) = 69+135+101=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #458765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458765 is #BA789A. Grayscale: #6F6F6F. Windows color (decimal): -12220571 or 6653765. OLE color: 6653765.

HSL color Cylindrical-coordinate representation of color #458765: hue angle of 149.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458765 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB69135101-
CMYK0.4900.250.47
HSL149.09º32.35%40%-
HSV(B)149.09º48.89%52.94%-
XYZ13.4719.5315.37-
YUV111.39122.1397.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=22.62%
G=44.26%
B=33.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691351010.4900.250.47149.0932.3540
Hex458765310192F952028
Octal10520714561031572254050
Binary100010110000111110010111000101100110111110010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458765; }

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

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

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

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

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

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

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

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