#458768

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

Shades of Viridian #458768

Tints of Viridian #458768

Color information

#458768 (or 0x458768) is unknown color: approx Viridian. HEX triplet: 45, 87 and 68. RGB value is (69,135,104). Sum of RGB (Red+Green+Blue) = 69+135+104=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #458768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458768 is #BA7897. Grayscale: #6F6F6F. Windows color (decimal): -12220568 or 6850373. OLE color: 6850373.

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

Color convert

RGB69135104-
CMYK0.4900.230.47
HSL151.82º32.35%40%-
HSV(B)151.82º48.89%52.94%-
XYZ13.6219.5916.16-
YUV111.73123.6397.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=22.40%
G=43.83%
B=33.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691351040.4900.230.47151.8232.3540
Hex458768310172F982028
Octal10520715061027572304050
Binary100010110000111110100011000101011110111110011000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458768; }

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

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

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

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

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

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

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

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