Html Css Color HEX #44531F Verdun Green

📋 copy color: '#44531F'

red 68 ◦ green 83 ◦ blue 31

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

Shades of Verdun Green #44531F

Tints of Verdun Green #44531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.03%

R = 37.36%
G = 45.6%
B = 17.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#44531F (or 0x44531F) is known color: Verdun Green. HEX triplet: 44, 53 and 1F. RGB value is (68,83,31). Sum of RGB (Red+Green+Blue) = 68+83+31=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #44531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44531F is #BBACE0. Grayscale: #484848. Windows color (decimal): -12299489 or 2052932. OLE color: 2052932.

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

Color convert

RGB 68 83 31 -
CMYK 0.18 0 0.63 0.67
HSL 77.31º 0.46% 0.22% -
HSV(B) 77.31º 0.63% 0.33% -
XYZ 5.72 7.51 2.45 -
YUV 72.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 68 83 31 0.18 0 0.63 0.67 77.31 0.46 0.22
Hex 44 53 1F 12 0 3F 43 4D 2E 16
Octal 104 123 37 22 0 77 103 115 56 26
Binary 1000100 1010011 11111 10010 0 111111 1000011 1001101 101110 10110

Color Harmonies of #44531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44531F

Black with #44531F

Text Example


Text Example

White with #44531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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