Html Css Color HEX #44531A Verdun Green

📋 copy color: '#44531A'

red 68 ◦ green 83 ◦ blue 26

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

Shades of Verdun Green #44531A

Tints of Verdun Green #44531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.89%

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

R = 38.42%
G = 46.89%
B = 14.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#44531A (or 0x44531A) is known color: Verdun Green. HEX triplet: 44, 53 and 1A. RGB value is (68,83,26). Sum of RGB (Red+Green+Blue) = 68+83+26=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #44531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44531A is #BBACE5. Grayscale: #484848. Windows color (decimal): -12299494 or 1725252. OLE color: 1725252.

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

Color convert

RGB 68 83 26 -
CMYK 0.18 0 0.69 0.67
HSL 75.79º 0.52% 0.21% -
HSV(B) 75.79º 0.69% 0.33% -
XYZ 5.66 7.49 2.12 -
YUV 72.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 68 83 26 0.18 0 0.69 0.67 75.79 0.52 0.21
Hex 44 53 1A 12 0 45 43 4C 34 15
Octal 104 123 32 22 0 105 103 114 64 25
Binary 1000100 1010011 11010 10010 0 1000101 1000011 1001100 110100 10101

Color Harmonies of #44531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44531A

Black with #44531A

Text Example


Text Example

White with #44531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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