Html Css Color HEX #44916C Viridian

📋 copy color: '#44916C'

red 68 ◦ green 145 ◦ blue 108

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

Shades of Viridian #44916C

Tints of Viridian #44916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 21.18%
G = 45.17%
B = 33.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#44916C (or 0x44916C) is known color: Viridian. HEX triplet: 44, 91 and 6C. RGB value is (68,145,108). Sum of RGB (Red+Green+Blue) = 68+145+108=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #44916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44916C is #BB6E93. Grayscale: #757575. Windows color (decimal): -12283540 or 7115076. OLE color: 7115076.

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

Color convert

RGB 68 145 108 -
CMYK 0.53 0 0.26 0.43
HSL 151.17º 0.36% 0.42% -
HSV(B) 151.17º 0.53% 0.57% -
XYZ 15.22 22.56 17.74 -
YUV 117.76 122.49 92.51 -
System Red Green Blue C M Y K H S L
Decimal 68 145 108 0.53 0 0.26 0.43 151.17 0.36 0.42
Hex 44 91 6C 35 0 1A 2B 97 24 2A
Octal 104 221 154 65 0 32 53 227 44 52
Binary 1000100 10010001 1101100 110101 0 11010 101011 10010111 100100 101010

Color Harmonies of #44916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44916C

Black with #44916C

Text Example


Text Example

White with #44916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44916C; }

 p { color: rgb(68,145,108); }

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

background-color css

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

 a { background-color: rgb(68,145,108); }

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

border-color css

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

 span { border-color: rgb(68,145,108); }

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