Html Css Color HEX #459470 Viridian

📋 copy color: '#459470'

red 69 ◦ green 148 ◦ blue 112

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

Shades of Viridian #459470

Tints of Viridian #459470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 20.97%
G = 44.98%
B = 34.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#459470 (or 0x459470) is known color: Viridian. HEX triplet: 45, 94 and 70. RGB value is (69,148,112). Sum of RGB (Red+Green+Blue) = 69+148+112=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #459470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459470 is #BA6B8F. Grayscale: #787878. Windows color (decimal): -12217232 or 7377989. OLE color: 7377989.

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

Color convert

RGB 69 148 112 -
CMYK 0.53 0 0.24 0.42
HSL 152.66º 0.36% 0.43% -
HSV(B) 152.66º 0.53% 0.58% -
XYZ 15.97 23.61 19.05 -
YUV 120.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 69 148 112 0.53 0 0.24 0.42 152.66 0.36 0.43
Hex 45 94 70 35 0 18 2A 99 24 2B
Octal 105 224 160 65 0 30 52 231 44 53
Binary 1000101 10010100 1110000 110101 0 11000 101010 10011001 100100 101011

Color Harmonies of #459470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459470

Black with #459470

Text Example


Text Example

White with #459470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459470; }

 p { color: rgb(69,148,112); }

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

background-color css

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

 a { background-color: rgb(69,148,112); }

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

border-color css

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

 span { border-color: rgb(69,148,112); }

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