Html Css Color HEX #449270 Viridian

📋 copy color: '#449270'

red 68 ◦ green 146 ◦ blue 112

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

Shades of Viridian #449270

Tints of Viridian #449270

RGB

 RED value IS 68 (26.95% from 255) = 20.86%

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

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

R = 20.86%
G = 44.79%
B = 34.36%

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

#449270 (or 0x449270) is known color: Viridian. HEX triplet: 44, 92 and 70. RGB value is (68,146,112). Sum of RGB (Red+Green+Blue) = 68+146+112=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #449270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449270 is #BB6D8F. Grayscale: #767676. Windows color (decimal): -12283280 or 7377476. OLE color: 7377476.

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

Color convert

RGB 68 146 112 -
CMYK 0.53 0 0.23 0.43
HSL 153.85º 0.36% 0.42% -
HSV(B) 153.85º 0.53% 0.57% -
XYZ 15.59 22.96 18.94 -
YUV 118.8 124.16 91.76 -
System Red Green Blue C M Y K H S L
Decimal 68 146 112 0.53 0 0.23 0.43 153.85 0.36 0.42
Hex 44 92 70 35 0 17 2B 9A 24 2A
Octal 104 222 160 65 0 27 53 232 44 52
Binary 1000100 10010010 1110000 110101 0 10111 101011 10011010 100100 101010

Color Harmonies of #449270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449270

Black with #449270

Text Example


Text Example

White with #449270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449270; }

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

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

background-color css

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

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

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

border-color css

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

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

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