Html Css Color HEX #459372 Viridian

📋 copy color: '#459372'

red 69 ◦ green 147 ◦ blue 114

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

Shades of Viridian #459372

Tints of Viridian #459372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 20.91%
G = 44.55%
B = 34.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#459372 (or 0x459372) is known color: Viridian. HEX triplet: 45, 93 and 72. RGB value is (69,147,114). Sum of RGB (Red+Green+Blue) = 69+147+114=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #459372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459372 is #BA6C8D. Grayscale: #777777. Windows color (decimal): -12217486 or 7508805. OLE color: 7508805.

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

Color convert

RGB 69 147 114 -
CMYK 0.53 0 0.22 0.42
HSL 154.62º 0.36% 0.42% -
HSV(B) 154.62º 0.53% 0.58% -
XYZ 15.93 23.35 19.59 -
YUV 119.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 69 147 114 0.53 0 0.22 0.42 154.62 0.36 0.42
Hex 45 93 72 35 0 16 2A 9B 24 2A
Octal 105 223 162 65 0 26 52 233 44 52
Binary 1000101 10010011 1110010 110101 0 10110 101010 10011011 100100 101010

Color Harmonies of #459372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459372

Black with #459372

Text Example


Text Example

White with #459372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459372; }

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

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

background-color css

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

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

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

border-color css

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

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

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