Html Css Color HEX #44531B Verdun Green

📋 copy color: '#44531B'

red 68 ◦ green 83 ◦ blue 27

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

Shades of Verdun Green #44531B

Tints of Verdun Green #44531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 38.2%
G = 46.63%
B = 15.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#44531B (or 0x44531B) is known color: Verdun Green. HEX triplet: 44, 53 and 1B. RGB value is (68,83,27). Sum of RGB (Red+Green+Blue) = 68+83+27=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #44531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44531B is #BBACE4. Grayscale: #484848. Windows color (decimal): -12299493 or 1790788. OLE color: 1790788.

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

Color convert

RGB 68 83 27 -
CMYK 0.18 0 0.67 0.67
HSL 76.07º 0.51% 0.22% -
HSV(B) 76.07º 0.67% 0.33% -
XYZ 5.67 7.49 2.18 -
YUV 72.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 68 83 27 0.18 0 0.67 0.67 76.07 0.51 0.22
Hex 44 53 1B 12 0 43 43 4C 33 16
Octal 104 123 33 22 0 103 103 114 63 26
Binary 1000100 1010011 11011 10010 0 1000011 1000011 1001100 110011 10110

Color Harmonies of #44531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44531B

Black with #44531B

Text Example


Text Example

White with #44531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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