Html Css Color HEX #44816F Viridian

📋 copy color: '#44816F'

red 68 ◦ green 129 ◦ blue 111

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

Shades of Viridian #44816F

Tints of Viridian #44816F

RGB

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

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

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

R = 22.08%
G = 41.88%
B = 36.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#44816F (or 0x44816F) is known color: Viridian. HEX triplet: 44, 81 and 6F. RGB value is (68,129,111). Sum of RGB (Red+Green+Blue) = 68+129+111=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #44816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44816F is #BB7E90. Grayscale: #6C6C6C. Windows color (decimal): -12287633 or 7307588. OLE color: 7307588.

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

Color convert

RGB 68 129 111 -
CMYK 0.47 0 0.14 0.49
HSL 162.3º 0.31% 0.39% -
HSV(B) 162.3º 0.47% 0.51% -
XYZ 13.1 18.08 17.84 -
YUV 108.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 68 129 111 0.47 0 0.14 0.49 162.3 0.31 0.39
Hex 44 81 6F 2F 0 E 31 A2 1F 27
Octal 104 201 157 57 0 16 61 242 37 47
Binary 1000100 10000001 1101111 101111 0 1110 110001 10100010 11111 100111

Color Harmonies of #44816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44816F

Black with #44816F

Text Example


Text Example

White with #44816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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