Html Css Color HEX #458475 Viridian

📋 copy color: '#458475'

red 69 ◦ green 132 ◦ blue 117

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

Shades of Viridian #458475

Tints of Viridian #458475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 21.7%
G = 41.51%
B = 36.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#458475 (or 0x458475) is known color: Viridian. HEX triplet: 45, 84 and 75. RGB value is (69,132,117). Sum of RGB (Red+Green+Blue) = 69+132+117=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #458475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458475 is #BA7B8A. Grayscale: #6F6F6F. Windows color (decimal): -12221323 or 7701573. OLE color: 7701573.

HSL color Cylindrical-coordinate representation of color #458475: hue angle of 165.71º 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 #458475 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 132 117 -
CMYK 0.48 0 0.11 0.48
HSL 165.71º 0.31% 0.39% -
HSV(B) 165.71º 0.48% 0.52% -
XYZ 13.92 19.05 19.77 -
YUV 111.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 69 132 117 0.48 0 0.11 0.48 165.71 0.31 0.39
Hex 45 84 75 30 0 B 30 A6 1F 27
Octal 105 204 165 60 0 13 60 246 37 47
Binary 1000101 10000100 1110101 110000 0 1011 110000 10100110 11111 100111

Color Harmonies of #458475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458475

Black with #458475

Text Example


Text Example

White with #458475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458475; }

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

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

background-color css

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

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

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

border-color css

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

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

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