Html Css Color HEX #44481A Verdun Green

📋 copy color: '#44481A'

red 68 ◦ green 72 ◦ blue 26

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

Shades of Verdun Green #44481A

Tints of Verdun Green #44481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.37%

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

R = 40.96%
G = 43.37%
B = 15.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#44481A (or 0x44481A) is known color: Verdun Green. HEX triplet: 44, 48 and 1A. RGB value is (68,72,26). Sum of RGB (Red+Green+Blue) = 68+72+26=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #44481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44481A is #BBB7E5. Grayscale: #414141. Windows color (decimal): -12302310 or 1722436. OLE color: 1722436.

HSL color Cylindrical-coordinate representation of color #44481A: hue angle of 65.22º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44481A is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 72 26 -
CMYK 0.06 0 0.64 0.72
HSL 65.22º 0.47% 0.19% -
HSV(B) 65.22º 0.64% 0.28% -
XYZ 4.89 5.94 1.87 -
YUV 65.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 68 72 26 0.06 0 0.64 0.72 65.22 0.47 0.19
Hex 44 48 1A 6 0 40 48 41 2F 13
Octal 104 110 32 6 0 100 110 101 57 23
Binary 1000100 1001000 11010 110 0 1000000 1001000 1000001 101111 10011

Color Harmonies of #44481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44481A

Black with #44481A

Text Example


Text Example

White with #44481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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