Html Css Color HEX #44846F Viridian

📋 copy color: '#44846F'

red 68 ◦ green 132 ◦ blue 111

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

Shades of Viridian #44846F

Tints of Viridian #44846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

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

R = 21.86%
G = 42.44%
B = 35.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#44846F (or 0x44846F) is known color: Viridian. HEX triplet: 44, 84 and 6F. RGB value is (68,132,111). Sum of RGB (Red+Green+Blue) = 68+132+111=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #44846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44846F is #BB7B90. Grayscale: #6E6E6E. Windows color (decimal): -12286865 or 7308356. OLE color: 7308356.

HSL color Cylindrical-coordinate representation of color #44846F: hue angle of 160.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44846F is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 111 -
CMYK 0.48 0 0.16 0.48
HSL 160.31º 0.32% 0.39% -
HSV(B) 160.31º 0.48% 0.52% -
XYZ 13.5 18.88 17.97 -
YUV 110.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 68 132 111 0.48 0 0.16 0.48 160.31 0.32 0.39
Hex 44 84 6F 30 0 10 30 A0 20 27
Octal 104 204 157 60 0 20 60 240 40 47
Binary 1000100 10000100 1101111 110000 0 10000 110000 10100000 100000 100111

Color Harmonies of #44846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44846F

Black with #44846F

Text Example


Text Example

White with #44846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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