Html Css Color HEX #458572 Viridian

📋 copy color: '#458572'

red 69 ◦ green 133 ◦ blue 114

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

Shades of Viridian #458572

Tints of Viridian #458572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 21.84%
G = 42.09%
B = 36.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#458572 (or 0x458572) is known color: Viridian. HEX triplet: 45, 85 and 72. RGB value is (69,133,114). Sum of RGB (Red+Green+Blue) = 69+133+114=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #458572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458572 is #BA7A8D. Grayscale: #6F6F6F. Windows color (decimal): -12221070 or 7505221. OLE color: 7505221.

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

Color convert

RGB 69 133 114 -
CMYK 0.48 0 0.14 0.48
HSL 162.19º 0.32% 0.4% -
HSV(B) 162.19º 0.48% 0.52% -
XYZ 13.88 19.26 18.9 -
YUV 111.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 69 133 114 0.48 0 0.14 0.48 162.19 0.32 0.4
Hex 45 85 72 30 0 E 30 A2 20 28
Octal 105 205 162 60 0 16 60 242 40 50
Binary 1000101 10000101 1110010 110000 0 1110 110000 10100010 100000 101000

Color Harmonies of #458572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458572

Black with #458572

Text Example


Text Example

White with #458572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458572; }

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

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

background-color css

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

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

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

border-color css

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

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

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