Html Css Color HEX #459377 Viridian

📋 copy color: '#459377'

red 69 ◦ green 147 ◦ blue 119

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

Shades of Viridian #459377

Tints of Viridian #459377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 20.6%
G = 43.88%
B = 35.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#459377 (or 0x459377) is known color: Viridian. HEX triplet: 45, 93 and 77. RGB value is (69,147,119). Sum of RGB (Red+Green+Blue) = 69+147+119=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #459377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459377 is #BA6C88. Grayscale: #787878. Windows color (decimal): -12217481 or 7836485. OLE color: 7836485.

HSL color Cylindrical-coordinate representation of color #459377: hue angle of 158.46º 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 #459377 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 147 119 -
CMYK 0.53 0 0.19 0.42
HSL 158.46º 0.36% 0.42% -
HSV(B) 158.46º 0.53% 0.58% -
XYZ 16.22 23.46 21.13 -
YUV 120.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 69 147 119 0.53 0 0.19 0.42 158.46 0.36 0.42
Hex 45 93 77 35 0 13 2A 9E 24 2A
Octal 105 223 167 65 0 23 52 236 44 52
Binary 1000101 10010011 1110111 110101 0 10011 101010 10011110 100100 101010

Color Harmonies of #459377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459377

Black with #459377

Text Example


Text Example

White with #459377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459377; }

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

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

background-color css

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

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

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

border-color css

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

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

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