Html Css Color HEX #44816E Viridian

📋 copy color: '#44816E'

red 68 ◦ green 129 ◦ blue 110

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

Shades of Viridian #44816E

Tints of Viridian #44816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 22.15%
G = 42.02%
B = 35.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#44816E (or 0x44816E) is known color: Viridian. HEX triplet: 44, 81 and 6E. RGB value is (68,129,110). Sum of RGB (Red+Green+Blue) = 68+129+110=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #44816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44816E is #BB7E91. Grayscale: #6C6C6C. Windows color (decimal): -12287634 or 7242052. OLE color: 7242052.

HSL color Cylindrical-coordinate representation of color #44816E: hue angle of 161.31º 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 #44816E is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 129 110 -
CMYK 0.47 0 0.15 0.49
HSL 161.31º 0.31% 0.39% -
HSV(B) 161.31º 0.47% 0.51% -
XYZ 13.05 18.06 17.55 -
YUV 108.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 68 129 110 0.47 0 0.15 0.49 161.31 0.31 0.39
Hex 44 81 6E 2F 0 F 31 A1 1F 27
Octal 104 201 156 57 0 17 61 241 37 47
Binary 1000100 10000001 1101110 101111 0 1111 110001 10100001 11111 100111

Color Harmonies of #44816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44816E

Black with #44816E

Text Example


Text Example

White with #44816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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