#458267

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

Shades of Viridian #458267

Tints of Viridian #458267

Color information

#458267 (or 0x458267) is unknown color: approx Viridian. HEX triplet: 45, 82 and 67. RGB value is (69,130,103). Sum of RGB (Red+Green+Blue) = 69+130+103=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #458267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458267 is #BA7D98. Grayscale: #6C6C6C. Windows color (decimal): -12221849 or 6783557. OLE color: 6783557.

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

Color convert

RGB69130103-
CMYK0.4700.210.49
HSL153.44º30.65%39.02%-
HSV(B)153.44º46.92%50.98%-
XYZ12.8918.2115.67-
YUV108.68124.7999.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 103 (40.62% from 255) = 34.11%
R=22.85%
G=43.05%
B=34.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691301030.4700.210.49153.4430.6539.02
Hex4582672F01531991f27
Octal10520214757025612313747
Binary10001011000001011001111011110101011100011001100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458267; }

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

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

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

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

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

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

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

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