#458269

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

Shades of Viridian #458269

Tints of Viridian #458269

Color information

#458269 (or 0x458269) is unknown color: approx Viridian. HEX triplet: 45, 82 and 69. RGB value is (69,130,105). Sum of RGB (Red+Green+Blue) = 69+130+105=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #458269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458269 is #BA7D96. Grayscale: #6C6C6C. Windows color (decimal): -12221847 or 6914629. OLE color: 6914629.

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

Color convert

RGB69130105-
CMYK0.4700.190.49
HSL155.41º30.65%39.02%-
HSV(B)155.41º46.92%50.98%-
XYZ12.9918.2516.2-
YUV108.91125.7999.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=22.70%
G=42.76%
B=34.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691301050.4700.190.49155.4130.6539.02
Hex4582692F013319b1f27
Octal10520215157023612333747
Binary10001011000001011010011011110100111100011001101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458269; }

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

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

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

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

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

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

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

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