Html Css Color HEX #44521A Verdun Green

📋 copy color: '#44521A'

red 68 ◦ green 82 ◦ blue 26

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

Shades of Verdun Green #44521A

Tints of Verdun Green #44521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.59%

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 38.64%
G = 46.59%
B = 14.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#44521A (or 0x44521A) is known color: Verdun Green. HEX triplet: 44, 52 and 1A. RGB value is (68,82,26). Sum of RGB (Red+Green+Blue) = 68+82+26=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #44521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44521A is #BBADE5. Grayscale: #474747. Windows color (decimal): -12299750 or 1724996. OLE color: 1724996.

HSL color Cylindrical-coordinate representation of color #44521A: hue angle of 75º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44521A is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 26 -
CMYK 0.17 0 0.68 0.68
HSL 75º 0.52% 0.21% -
HSV(B) 75º 0.68% 0.32% -
XYZ 5.59 7.34 2.1 -
YUV 71.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 68 82 26 0.17 0 0.68 0.68 75 0.52 0.21
Hex 44 52 1A 11 0 44 44 4B 34 15
Octal 104 122 32 21 0 104 104 113 64 25
Binary 1000100 1010010 11010 10001 0 1000100 1000100 1001011 110100 10101

Color Harmonies of #44521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44521A

Black with #44521A

Text Example


Text Example

White with #44521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44521A; }

 p { color: rgb(68,82,26); }

 H1.HeaderClassName
 {
   color: #44521A;
 }
 .AnyTagClassName
 {
   color: #44521A;
 }
</style>

background-color css

<style>
 a { background-color: #44521A; }

 a { background-color: rgb(68,82,26); }

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

border-color css

<style>
 span { border-color: #44521A; }

 span { border-color: rgb(68,82,26); }

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