Html Css Color HEX #44826D Viridian

📋 copy color: '#44826D'

red 68 ◦ green 130 ◦ blue 109

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

Shades of Viridian #44826D

Tints of Viridian #44826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

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

R = 22.15%
G = 42.35%
B = 35.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#44826D (or 0x44826D) is known color: Viridian. HEX triplet: 44, 82 and 6D. RGB value is (68,130,109). Sum of RGB (Red+Green+Blue) = 68+130+109=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #44826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44826D is #BB7D92. Grayscale: #6D6D6D. Windows color (decimal): -12287379 or 7176772. OLE color: 7176772.

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

Color convert

RGB 68 130 109 -
CMYK 0.48 0 0.16 0.49
HSL 159.68º 0.31% 0.39% -
HSV(B) 159.68º 0.48% 0.51% -
XYZ 13.13 18.3 17.31 -
YUV 109.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 68 130 109 0.48 0 0.16 0.49 159.68 0.31 0.39
Hex 44 82 6D 30 0 10 31 A0 1F 27
Octal 104 202 155 60 0 20 61 240 37 47
Binary 1000100 10000010 1101101 110000 0 10000 110001 10100000 11111 100111

Color Harmonies of #44826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44826D

Black with #44826D

Text Example


Text Example

White with #44826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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