Html Css Color HEX #459076 Viridian

📋 copy color: '#459076'

red 69 ◦ green 144 ◦ blue 118

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

Shades of Viridian #459076

Tints of Viridian #459076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 20.85%
G = 43.5%
B = 35.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#459076 (or 0x459076) is known color: Viridian. HEX triplet: 45, 90 and 76. RGB value is (69,144,118). Sum of RGB (Red+Green+Blue) = 69+144+118=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #459076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459076 is #BA6F89. Grayscale: #767676. Windows color (decimal): -12218250 or 7770181. OLE color: 7770181.

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

Color convert

RGB 69 144 118 -
CMYK 0.52 0 0.18 0.44
HSL 159.2º 0.35% 0.42% -
HSV(B) 159.2º 0.52% 0.56% -
XYZ 15.7 22.52 20.66 -
YUV 118.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 69 144 118 0.52 0 0.18 0.44 159.2 0.35 0.42
Hex 45 90 76 34 0 12 2C 9F 23 2A
Octal 105 220 166 64 0 22 54 237 43 52
Binary 1000101 10010000 1110110 110100 0 10010 101100 10011111 100011 101010

Color Harmonies of #459076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459076

Black with #459076

Text Example


Text Example

White with #459076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459076; }

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

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

background-color css

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

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

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

border-color css

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

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

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