Html Css Color HEX #458575 Viridian

📋 copy color: '#458575'

red 69 ◦ green 133 ◦ blue 117

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

Shades of Viridian #458575

Tints of Viridian #458575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

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

R = 21.63%
G = 41.69%
B = 36.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#458575 (or 0x458575) is known color: Viridian. HEX triplet: 45, 85 and 75. RGB value is (69,133,117). Sum of RGB (Red+Green+Blue) = 69+133+117=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #458575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458575 is #BA7A8A. Grayscale: #707070. Windows color (decimal): -12221067 or 7701829. OLE color: 7701829.

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

Color convert

RGB 69 133 117 -
CMYK 0.48 0 0.12 0.48
HSL 165º 0.32% 0.4% -
HSV(B) 165º 0.48% 0.52% -
XYZ 14.05 19.32 19.82 -
YUV 112.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 69 133 117 0.48 0 0.12 0.48 165 0.32 0.4
Hex 45 85 75 30 0 C 30 A5 20 28
Octal 105 205 165 60 0 14 60 245 40 50
Binary 1000101 10000101 1110101 110000 0 1100 110000 10100101 100000 101000

Color Harmonies of #458575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458575

Black with #458575

Text Example


Text Example

White with #458575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458575; }

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

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

background-color css

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

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

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

border-color css

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

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

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