Html Css Color HEX #458272 Viridian

📋 copy color: '#458272'

red 69 ◦ green 130 ◦ blue 114

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

Shades of Viridian #458272

Tints of Viridian #458272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

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

R = 22.04%
G = 41.53%
B = 36.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#458272 (or 0x458272) is known color: Viridian. HEX triplet: 45, 82 and 72. RGB value is (69,130,114). Sum of RGB (Red+Green+Blue) = 69+130+114=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #458272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458272 is #BA7D8D. Grayscale: #6D6D6D. Windows color (decimal): -12221838 or 7504453. OLE color: 7504453.

HSL color Cylindrical-coordinate representation of color #458272: hue angle of 164.26º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #458272 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 130 114 -
CMYK 0.47 0 0.12 0.49
HSL 164.26º 0.31% 0.39% -
HSV(B) 164.26º 0.47% 0.51% -
XYZ 13.47 18.45 18.77 -
YUV 109.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 69 130 114 0.47 0 0.12 0.49 164.26 0.31 0.39
Hex 45 82 72 2F 0 C 31 A4 1F 27
Octal 105 202 162 57 0 14 61 244 37 47
Binary 1000101 10000010 1110010 101111 0 1100 110001 10100100 11111 100111

Color Harmonies of #458272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458272

Black with #458272

Text Example


Text Example

White with #458272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458272; }

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

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

background-color css

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

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

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

border-color css

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

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

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