Html Css Color HEX #459072 Viridian

📋 copy color: '#459072'

red 69 ◦ green 144 ◦ blue 114

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

Shades of Viridian #459072

Tints of Viridian #459072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.04%

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

R = 21.1%
G = 44.04%
B = 34.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#459072 (or 0x459072) is known color: Viridian. HEX triplet: 45, 90 and 72. RGB value is (69,144,114). Sum of RGB (Red+Green+Blue) = 69+144+114=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #459072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459072 is #BA6F8D. Grayscale: #767676. Windows color (decimal): -12218254 or 7508037. OLE color: 7508037.

HSL color Cylindrical-coordinate representation of color #459072: hue angle of 156º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #459072 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 144 114 -
CMYK 0.52 0 0.21 0.44
HSL 156º 0.35% 0.42% -
HSV(B) 156º 0.52% 0.56% -
XYZ 15.46 22.43 19.43 -
YUV 118.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 69 144 114 0.52 0 0.21 0.44 156 0.35 0.42
Hex 45 90 72 34 0 15 2C 9C 23 2A
Octal 105 220 162 64 0 25 54 234 43 52
Binary 1000101 10010000 1110010 110100 0 10101 101100 10011100 100011 101010

Color Harmonies of #459072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459072

Black with #459072

Text Example


Text Example

White with #459072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459072; }

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

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

background-color css

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

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

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

border-color css

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

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

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