Html Css Color HEX #44816D Viridian

📋 copy color: '#44816D'

red 68 ◦ green 129 ◦ blue 109

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

Shades of Viridian #44816D

Tints of Viridian #44816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.16%

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 22.22%
G = 42.16%
B = 35.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#44816D (or 0x44816D) is known color: Viridian. HEX triplet: 44, 81 and 6D. RGB value is (68,129,109). Sum of RGB (Red+Green+Blue) = 68+129+109=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #44816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44816D is #BB7E92. Grayscale: #6C6C6C. Windows color (decimal): -12287635 or 7176516. OLE color: 7176516.

HSL color Cylindrical-coordinate representation of color #44816D: hue angle of 160.33º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44816D is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 129 109 -
CMYK 0.47 0 0.16 0.49
HSL 160.33º 0.31% 0.39% -
HSV(B) 160.33º 0.47% 0.51% -
XYZ 12.99 18.03 17.26 -
YUV 108.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 68 129 109 0.47 0 0.16 0.49 160.33 0.31 0.39
Hex 44 81 6D 2F 0 10 31 A0 1F 27
Octal 104 201 155 57 0 20 61 240 37 47
Binary 1000100 10000001 1101101 101111 0 10000 110001 10100000 11111 100111

Color Harmonies of #44816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44816D

Black with #44816D

Text Example


Text Example

White with #44816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44816D; }

 p { color: rgb(68,129,109); }

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

background-color css

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

 a { background-color: rgb(68,129,109); }

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

border-color css

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

 span { border-color: rgb(68,129,109); }

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