Html Css Color HEX #459277 Viridian

📋 copy color: '#459277'

red 69 ◦ green 146 ◦ blue 119

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

Shades of Viridian #459277

Tints of Viridian #459277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.71%

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

R = 20.66%
G = 43.71%
B = 35.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#459277 (or 0x459277) is known color: Viridian. HEX triplet: 45, 92 and 77. RGB value is (69,146,119). Sum of RGB (Red+Green+Blue) = 69+146+119=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #459277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459277 is #BA6D88. Grayscale: #777777. Windows color (decimal): -12217737 or 7836229. OLE color: 7836229.

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

Color convert

RGB 69 146 119 -
CMYK 0.53 0 0.18 0.43
HSL 158.96º 0.36% 0.42% -
HSV(B) 158.96º 0.53% 0.57% -
XYZ 16.06 23.15 21.08 -
YUV 119.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 69 146 119 0.53 0 0.18 0.43 158.96 0.36 0.42
Hex 45 92 77 35 0 12 2B 9F 24 2A
Octal 105 222 167 65 0 22 53 237 44 52
Binary 1000101 10010010 1110111 110101 0 10010 101011 10011111 100100 101010

Color Harmonies of #459277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459277

Black with #459277

Text Example


Text Example

White with #459277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459277; }

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

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

background-color css

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

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

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

border-color css

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

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

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