#458365

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

Shades of Viridian #458365

Tints of Viridian #458365

Color information

#458365 (or 0x458365) is unknown color: approx Viridian. HEX triplet: 45, 83 and 65. RGB value is (69,131,101). Sum of RGB (Red+Green+Blue) = 69+131+101=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #458365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458365 is #BA7C9A. Grayscale: #6D6D6D. Windows color (decimal): -12221595 or 6652741. OLE color: 6652741.

HSL color Cylindrical-coordinate representation of color #458365: hue angle of 150.97º 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 #458365 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB69131101-
CMYK0.4700.230.49
HSL150.97º31%39.22%-
HSV(B)150.97º47.33%51.37%-
XYZ12.9218.4415.19-
YUV109.04123.4699.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=22.92%
G=43.52%
B=33.55%

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
Decimal691311010.4700.230.49150.973139.22
Hex4583652F01731971f27
Octal10520314557027612273747
Binary10001011000001111001011011110101111100011001011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458365; }

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

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

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

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

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

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

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

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