Html Css Color HEX #44886F Viridian

📋 copy color: '#44886F'

red 68 ◦ green 136 ◦ blue 111

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

Shades of Viridian #44886F

Tints of Viridian #44886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

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

R = 21.59%
G = 43.17%
B = 35.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#44886F (or 0x44886F) is known color: Viridian. HEX triplet: 44, 88 and 6F. RGB value is (68,136,111). Sum of RGB (Red+Green+Blue) = 68+136+111=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #44886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44886F is #BB7790. Grayscale: #707070. Windows color (decimal): -12285841 or 7309380. OLE color: 7309380.

HSL color Cylindrical-coordinate representation of color #44886F: hue angle of 157.94º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44886F is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 136 111 -
CMYK 0.50 0 0.18 0.47
HSL 157.94º 0.33% 0.4% -
HSV(B) 157.94º 0.5% 0.53% -
XYZ 14.06 19.98 18.16 -
YUV 112.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 68 136 111 0.50 0 0.18 0.47 157.94 0.33 0.4
Hex 44 88 6F 32 0 12 2F 9E 21 28
Octal 104 210 157 62 0 22 57 236 41 50
Binary 1000100 10001000 1101111 110010 0 10010 101111 10011110 100001 101000

Color Harmonies of #44886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44886F

Black with #44886F

Text Example


Text Example

White with #44886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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