Html Css Color HEX #44520F Verdun Green

📋 copy color: '#44520F'

red 68 ◦ green 82 ◦ blue 15

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

Shades of Verdun Green #44520F

Tints of Verdun Green #44520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.7%

 BLUE value IS 15 (6.25% from 255) = 9.09%

R = 41.21%
G = 49.7%
B = 9.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#44520F (or 0x44520F) is known color: Verdun Green. HEX triplet: 44, 52 and 0F. RGB value is (68,82,15). Sum of RGB (Red+Green+Blue) = 68+82+15=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #44520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44520F is #BBADF0. Grayscale: #464646. Windows color (decimal): -12299761 or 1004100. OLE color: 1004100.

HSL color Cylindrical-coordinate representation of color #44520F: hue angle of 72.54º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44520F is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 15 -
CMYK 0.17 0 0.82 0.68
HSL 72.54º 0.69% 0.19% -
HSV(B) 72.54º 0.82% 0.32% -
XYZ 5.49 7.3 1.57 -
YUV 70.18 96.86 126.45 -
System Red Green Blue C M Y K H S L
Decimal 68 82 15 0.17 0 0.82 0.68 72.54 0.69 0.19
Hex 44 52 F 11 0 52 44 49 45 13
Octal 104 122 17 21 0 122 104 111 105 23
Binary 1000100 1010010 1111 10001 0 1010010 1000100 1001001 1000101 10011

Color Harmonies of #44520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44520F

Black with #44520F

Text Example


Text Example

White with #44520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,82,15); }

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

background-color css

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

 a { background-color: rgb(68,82,15); }

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

border-color css

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

 span { border-color: rgb(68,82,15); }

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