Html Css Color HEX #44580D Verdun Green

📋 copy color: '#44580D'

red 68 ◦ green 88 ◦ blue 13

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

Shades of Verdun Green #44580D

Tints of Verdun Green #44580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.07%

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 40.24%
G = 52.07%
B = 7.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#44580D (or 0x44580D) is known color: Verdun Green. HEX triplet: 44, 58 and 0D. RGB value is (68,88,13). Sum of RGB (Red+Green+Blue) = 68+88+13=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #44580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44580D is #BBA7F2. Grayscale: #494949. Windows color (decimal): -12298227 or 874564. OLE color: 874564.

HSL color Cylindrical-coordinate representation of color #44580D: hue angle of 76º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44580D is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 13 -
CMYK 0.23 0 0.85 0.65
HSL 76º 0.74% 0.2% -
HSV(B) 76º 0.85% 0.35% -
XYZ 5.95 8.24 1.66 -
YUV 73.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 68 88 13 0.23 0 0.85 0.65 76 0.74 0.2
Hex 44 58 D 17 0 55 41 4C 4A 14
Octal 104 130 15 27 0 125 101 114 112 24
Binary 1000100 1011000 1101 10111 0 1010101 1000001 1001100 1001010 10100

Color Harmonies of #44580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44580D

Black with #44580D

Text Example


Text Example

White with #44580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44580D; }

 p { color: rgb(68,88,13); }

 H1.HeaderClassName
 {
   color: #44580D;
 }
 .AnyTagClassName
 {
   color: #44580D;
 }
</style>

background-color css

<style>
 a { background-color: #44580D; }

 a { background-color: rgb(68,88,13); }

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

border-color css

<style>
 span { border-color: #44580D; }

 span { border-color: rgb(68,88,13); }

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