#458B6B

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

Shades of Viridian #458B6B

Tints of Viridian #458B6B

Color information

#458B6B (or 0x458B6B) is unknown color: approx Viridian. HEX triplet: 45, 8B and 6B. RGB value is (69,139,107). Sum of RGB (Red+Green+Blue) = 69+139+107=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #458B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B6B is #BA7494. Grayscale: #727272. Windows color (decimal): -12219541 or 7048005. OLE color: 7048005.

HSL color Cylindrical-coordinate representation of color #458B6B: hue angle of 152.57º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B6B is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB69139107-
CMYK0.5000.230.45
HSL152.57º33.65%40.78%-
HSV(B)152.57º50.36%54.51%-
XYZ14.3420.7917.17-
YUV114.42123.8195.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 139 (54.69% from 255) = 44.13%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=21.90%
G=44.13%
B=33.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691391070.5000.230.45152.5733.6540.78
Hex458B6B320172D992229
Octal10521315362027552314251
Binary100010110001011110101111001001011110110110011001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458B6B; }

 p { color: rgb(69,139,107); }

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

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

 a { background-color: rgb(69,139,107); }

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

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

 span { border-color: rgb(69,139,107); }

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