Html Css Color HEX #459272 Viridian

📋 copy color: '#459272'

red 69 ◦ green 146 ◦ blue 114

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

Shades of Viridian #459272

Tints of Viridian #459272

RGB

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

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

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

R = 20.97%
G = 44.38%
B = 34.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#459272 (or 0x459272) is known color: Viridian. HEX triplet: 45, 92 and 72. RGB value is (69,146,114). Sum of RGB (Red+Green+Blue) = 69+146+114=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #459272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459272 is #BA6D8D. Grayscale: #777777. Windows color (decimal): -12217742 or 7508549. OLE color: 7508549.

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

Color convert

RGB 69 146 114 -
CMYK 0.53 0 0.22 0.43
HSL 155.06º 0.36% 0.42% -
HSV(B) 155.06º 0.53% 0.57% -
XYZ 15.77 23.04 19.54 -
YUV 119.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 69 146 114 0.53 0 0.22 0.43 155.06 0.36 0.42
Hex 45 92 72 35 0 16 2B 9B 24 2A
Octal 105 222 162 65 0 26 53 233 44 52
Binary 1000101 10010010 1110010 110101 0 10110 101011 10011011 100100 101010

Color Harmonies of #459272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459272

Black with #459272

Text Example


Text Example

White with #459272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459272; }

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

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

background-color css

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

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

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

border-color css

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

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

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