Html Css Color HEX #44896F Viridian

📋 copy color: '#44896F'

red 68 ◦ green 137 ◦ blue 111

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

Shades of Viridian #44896F

Tints of Viridian #44896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.35%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 21.52%
G = 43.35%
B = 35.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#44896F (or 0x44896F) is known color: Viridian. HEX triplet: 44, 89 and 6F. RGB value is (68,137,111). Sum of RGB (Red+Green+Blue) = 68+137+111=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #44896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44896F is #BB7690. Grayscale: #717171. Windows color (decimal): -12285585 or 7309636. OLE color: 7309636.

HSL color Cylindrical-coordinate representation of color #44896F: hue angle of 157.39º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44896F is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 111 -
CMYK 0.50 0 0.19 0.46
HSL 157.39º 0.34% 0.4% -
HSV(B) 157.39º 0.5% 0.54% -
XYZ 14.2 20.27 18.2 -
YUV 113.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 68 137 111 0.50 0 0.19 0.46 157.39 0.34 0.4
Hex 44 89 6F 32 0 13 2E 9D 22 28
Octal 104 211 157 62 0 23 56 235 42 50
Binary 1000100 10001001 1101111 110010 0 10011 101110 10011101 100010 101000

Color Harmonies of #44896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44896F

Black with #44896F

Text Example


Text Example

White with #44896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44896F; }

 p { color: rgb(68,137,111); }

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

background-color css

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

 a { background-color: rgb(68,137,111); }

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

border-color css

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

 span { border-color: rgb(68,137,111); }

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