Html Css Color HEX #44540A Verdun Green

📋 copy color: '#44540A'

red 68 ◦ green 84 ◦ blue 10

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

Shades of Verdun Green #44540A

Tints of Verdun Green #44540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.85%

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 41.98%
G = 51.85%
B = 6.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#44540A (or 0x44540A) is known color: Verdun Green. HEX triplet: 44, 54 and 0A. RGB value is (68,84,10). Sum of RGB (Red+Green+Blue) = 68+84+10=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #44540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44540A is #BBABF5. Grayscale: #474747. Windows color (decimal): -12299254 or 676932. OLE color: 676932.

HSL color Cylindrical-coordinate representation of color #44540A: hue angle of 72.97º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44540A is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 10 -
CMYK 0.19 0 0.88 0.67
HSL 72.97º 0.79% 0.18% -
HSV(B) 72.97º 0.88% 0.33% -
XYZ 5.61 7.59 1.46 -
YUV 70.78 93.7 126.02 -
System Red Green Blue C M Y K H S L
Decimal 68 84 10 0.19 0 0.88 0.67 72.97 0.79 0.18
Hex 44 54 A 13 0 58 43 49 4F 12
Octal 104 124 12 23 0 130 103 111 117 22
Binary 1000100 1010100 1010 10011 0 1011000 1000011 1001001 1001111 10010

Color Harmonies of #44540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44540A

Black with #44540A

Text Example


Text Example

White with #44540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,84,10); }

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

background-color css

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

 a { background-color: rgb(68,84,10); }

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

border-color css

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

 span { border-color: rgb(68,84,10); }

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