Html Css Color HEX #459376 Viridian

📋 copy color: '#459376'

red 69 ◦ green 147 ◦ blue 118

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

Shades of Viridian #459376

Tints of Viridian #459376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.01%

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

R = 20.66%
G = 44.01%
B = 35.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#459376 (or 0x459376) is known color: Viridian. HEX triplet: 45, 93 and 76. RGB value is (69,147,118). Sum of RGB (Red+Green+Blue) = 69+147+118=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #459376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459376 is #BA6C89. Grayscale: #787878. Windows color (decimal): -12217482 or 7770949. OLE color: 7770949.

HSL color Cylindrical-coordinate representation of color #459376: hue angle of 157.69º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459376 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 147 118 -
CMYK 0.53 0 0.20 0.42
HSL 157.69º 0.36% 0.42% -
HSV(B) 157.69º 0.53% 0.58% -
XYZ 16.16 23.44 20.81 -
YUV 120.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 69 147 118 0.53 0 0.20 0.42 157.69 0.36 0.42
Hex 45 93 76 35 0 14 2A 9E 24 2A
Octal 105 223 166 65 0 24 52 236 44 52
Binary 1000101 10010011 1110110 110101 0 10100 101010 10011110 100100 101010

Color Harmonies of #459376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459376

Black with #459376

Text Example


Text Example

White with #459376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459376; }

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

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

background-color css

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

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

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

border-color css

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

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

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