Html Css Color HEX #458464 Viridian

📋 copy color: '#458464'

red 69 ◦ green 132 ◦ blue 100

#458464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #458464

Tints of Viridian #458464

RGB

 RED value IS 69 (27.34% from 255) = 22.92%

 GREEN value IS 132 (51.95% from 255) = 43.85%

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 22.92%
G = 43.85%
B = 33.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#458464 (or 0x458464) is known color: Viridian. HEX triplet: 45, 84 and 64. RGB value is (69,132,100). Sum of RGB (Red+Green+Blue) = 69+132+100=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #458464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458464 is #BA7B9B. Grayscale: #6D6D6D. Windows color (decimal): -12221340 or 6587461. OLE color: 6587461.

HSL color Cylindrical-coordinate representation of color #458464: hue angle of 149.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458464 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 132 100 -
CMYK 0.48 0 0.24 0.48
HSL 149.52º 0.31% 0.39% -
HSV(B) 149.52º 0.48% 0.52% -
XYZ 13.01 18.69 14.98 -
YUV 109.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 69 132 100 0.48 0 0.24 0.48 149.52 0.31 0.39
Hex 45 84 64 30 0 18 30 96 1F 27
Octal 105 204 144 60 0 30 60 226 37 47
Binary 1000101 10000100 1100100 110000 0 11000 110000 10010110 11111 100111

Color Harmonies of #458464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458464

Black with #458464

Text Example


Text Example

White with #458464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458464; }

 p { color: rgb(69,132,100); }

 H1.HeaderClassName
 {
   color: #458464;
 }
 .AnyTagClassName
 {
   color: #458464;
 }
</style>

background-color css

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

 a { background-color: rgb(69,132,100); }

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

border-color css

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

 span { border-color: rgb(69,132,100); }

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