Html Css Color HEX #44551A Verdun Green

📋 copy color: '#44551A'

red 68 ◦ green 85 ◦ blue 26

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

Shades of Verdun Green #44551A

Tints of Verdun Green #44551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.49%

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

R = 37.99%
G = 47.49%
B = 14.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#44551A (or 0x44551A) is known color: Verdun Green. HEX triplet: 44, 55 and 1A. RGB value is (68,85,26). Sum of RGB (Red+Green+Blue) = 68+85+26=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #44551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44551A is #BBAAE5. Grayscale: #494949. Windows color (decimal): -12298982 or 1725764. OLE color: 1725764.

HSL color Cylindrical-coordinate representation of color #44551A: hue angle of 77.29º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44551A is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 26 -
CMYK 0.20 0 0.69 0.67
HSL 77.29º 0.53% 0.22% -
HSV(B) 77.29º 0.69% 0.33% -
XYZ 5.82 7.8 2.18 -
YUV 73.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 68 85 26 0.20 0 0.69 0.67 77.29 0.53 0.22
Hex 44 55 1A 14 0 45 43 4D 35 16
Octal 104 125 32 24 0 105 103 115 65 26
Binary 1000100 1010101 11010 10100 0 1000101 1000011 1001101 110101 10110

Color Harmonies of #44551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44551A

Black with #44551A

Text Example


Text Example

White with #44551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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