Html Css Color HEX #449274 Viridian

📋 copy color: '#449274'

red 68 ◦ green 146 ◦ blue 116

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

Shades of Viridian #449274

Tints of Viridian #449274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 20.61%
G = 44.24%
B = 35.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#449274 (or 0x449274) is known color: Viridian. HEX triplet: 44, 92 and 74. RGB value is (68,146,116). Sum of RGB (Red+Green+Blue) = 68+146+116=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #449274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449274 is #BB6D8B. Grayscale: #777777. Windows color (decimal): -12283276 or 7639620. OLE color: 7639620.

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

Color convert

RGB 68 146 116 -
CMYK 0.53 0 0.21 0.43
HSL 156.92º 0.36% 0.42% -
HSV(B) 156.92º 0.53% 0.57% -
XYZ 15.82 23.05 20.14 -
YUV 119.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 68 146 116 0.53 0 0.21 0.43 156.92 0.36 0.42
Hex 44 92 74 35 0 15 2B 9D 24 2A
Octal 104 222 164 65 0 25 53 235 44 52
Binary 1000100 10010010 1110100 110101 0 10101 101011 10011101 100100 101010

Color Harmonies of #449274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449274

Black with #449274

Text Example


Text Example

White with #449274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449274; }

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

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

background-color css

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

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

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

border-color css

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

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

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