Html Css Color HEX #459174 Viridian

📋 copy color: '#459174'

red 69 ◦ green 145 ◦ blue 116

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

Shades of Viridian #459174

Tints of Viridian #459174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 20.91%
G = 43.94%
B = 35.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#459174 (or 0x459174) is known color: Viridian. HEX triplet: 45, 91 and 74. RGB value is (69,145,116). Sum of RGB (Red+Green+Blue) = 69+145+116=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #459174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459174 is #BA6E8B. Grayscale: #777777. Windows color (decimal): -12217996 or 7639365. OLE color: 7639365.

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

Color convert

RGB 69 145 116 -
CMYK 0.52 0 0.2 0.43
HSL 157.11º 0.36% 0.42% -
HSV(B) 157.11º 0.52% 0.57% -
XYZ 15.73 22.78 20.09 -
YUV 118.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 69 145 116 0.52 0 0.2 0.43 157.11 0.36 0.42
Hex 45 91 74 34 0 14 2B 9D 24 2A
Octal 105 221 164 64 0 24 53 235 44 52
Binary 1000101 10010001 1110100 110100 0 10100 101011 10011101 100100 101010

Color Harmonies of #459174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459174

Black with #459174

Text Example


Text Example

White with #459174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459174; }

 p { color: rgb(69,145,116); }

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

background-color css

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

 a { background-color: rgb(69,145,116); }

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

border-color css

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

 span { border-color: rgb(69,145,116); }

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