Html Css Color HEX #459271 Viridian

📋 copy color: '#459271'

red 69 ◦ green 146 ◦ blue 113

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

Shades of Viridian #459271

Tints of Viridian #459271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 21.04%
G = 44.51%
B = 34.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#459271 (or 0x459271) is known color: Viridian. HEX triplet: 45, 92 and 71. RGB value is (69,146,113). Sum of RGB (Red+Green+Blue) = 69+146+113=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #459271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459271 is #BA6D8E. Grayscale: #777777. Windows color (decimal): -12217743 or 7443013. OLE color: 7443013.

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

Color convert

RGB 69 146 113 -
CMYK 0.53 0 0.23 0.43
HSL 154.29º 0.36% 0.42% -
HSV(B) 154.29º 0.53% 0.57% -
XYZ 15.71 23.02 19.24 -
YUV 119.22 124.49 92.18 -
System Red Green Blue C M Y K H S L
Decimal 69 146 113 0.53 0 0.23 0.43 154.29 0.36 0.42
Hex 45 92 71 35 0 17 2B 9A 24 2A
Octal 105 222 161 65 0 27 53 232 44 52
Binary 1000101 10010010 1110001 110101 0 10111 101011 10011010 100100 101010

Color Harmonies of #459271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459271

Black with #459271

Text Example


Text Example

White with #459271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459271; }

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

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

background-color css

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

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

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

border-color css

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

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

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