Html Css Color HEX #459270 Viridian

📋 copy color: '#459270'

red 69 ◦ green 146 ◦ blue 112

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

Shades of Viridian #459270

Tints of Viridian #459270

RGB

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

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

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

R = 21.1%
G = 44.65%
B = 34.25%

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

#459270 (or 0x459270) is known color: Viridian. HEX triplet: 45, 92 and 70. RGB value is (69,146,112). Sum of RGB (Red+Green+Blue) = 69+146+112=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #459270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459270 is #BA6D8F. Grayscale: #777777. Windows color (decimal): -12217744 or 7377477. OLE color: 7377477.

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

Color convert

RGB 69 146 112 -
CMYK 0.53 0 0.23 0.43
HSL 153.51º 0.36% 0.42% -
HSV(B) 153.51º 0.53% 0.57% -
XYZ 15.66 22.99 18.94 -
YUV 119.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 69 146 112 0.53 0 0.23 0.43 153.51 0.36 0.42
Hex 45 92 70 35 0 17 2B 9A 24 2A
Octal 105 222 160 65 0 27 53 232 44 52
Binary 1000101 10010010 1110000 110101 0 10111 101011 10011010 100100 101010

Color Harmonies of #459270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459270

Black with #459270

Text Example


Text Example

White with #459270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459270; }

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

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

background-color css

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

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

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

border-color css

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

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

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