#458774

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

Shades of Viridian #458774

Tints of Viridian #458774

Color information

#458774 (or 0x458774) is unknown color: approx Viridian. HEX triplet: 45, 87 and 74. RGB value is (69,135,116). Sum of RGB (Red+Green+Blue) = 69+135+116=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #458774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458774 is #BA788B. Grayscale: #717171. Windows color (decimal): -12220556 or 7636805. OLE color: 7636805.

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

Color convert

RGB69135116-
CMYK0.4900.140.47
HSL162.73º32.35%40%-
HSV(B)162.73º48.89%52.94%-
XYZ14.2719.8519.6-
YUV113.1129.6396.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=21.56%
G=42.19%
B=36.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691351160.4900.140.47162.7332.3540
Hex458774310E2Fa32028
Octal10520716461016572434050
Binary10001011000011111101001100010111010111110100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458774; }

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

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

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

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

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

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

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

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