Html Css Color HEX #459071 Viridian

📋 copy color: '#459071'

red 69 ◦ green 144 ◦ blue 113

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

Shades of Viridian #459071

Tints of Viridian #459071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 21.17%
G = 44.17%
B = 34.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#459071 (or 0x459071) is known color: Viridian. HEX triplet: 45, 90 and 71. RGB value is (69,144,113). Sum of RGB (Red+Green+Blue) = 69+144+113=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #459071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459071 is #BA6F8E. Grayscale: #767676. Windows color (decimal): -12218255 or 7442501. OLE color: 7442501.

HSL color Cylindrical-coordinate representation of color #459071: hue angle of 155.2º 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 #459071 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 144 113 -
CMYK 0.52 0 0.22 0.44
HSL 155.2º 0.35% 0.42% -
HSV(B) 155.2º 0.52% 0.56% -
XYZ 15.41 22.4 19.14 -
YUV 118.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 69 144 113 0.52 0 0.22 0.44 155.2 0.35 0.42
Hex 45 90 71 34 0 16 2C 9B 23 2A
Octal 105 220 161 64 0 26 54 233 43 52
Binary 1000101 10010000 1110001 110100 0 10110 101100 10011011 100011 101010

Color Harmonies of #459071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459071

Black with #459071

Text Example


Text Example

White with #459071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459071; }

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

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

background-color css

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

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

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

border-color css

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

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

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