#48611B

Color #48611B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #48611B

Tints of Verdun Green #48611B

Color information

#48611B (or 0x48611B) is unknown color: approx Verdun Green. HEX triplet: 48, 61 and 1B. RGB value is (72,97,27). Sum of RGB (Red+Green+Blue) = 72+97+27=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #48611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48611B is #B79EE4. Grayscale: #515151. Windows color (decimal): -12033765 or 1794376. OLE color: 1794376.

HSL color Cylindrical-coordinate representation of color #48611B: hue angle of 81.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48611B is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB729727-
CMYK0.2600.720.62
HSL81.43º56.45%24.31%-
HSV(B)81.43º72.16%38.04%-
XYZ7.1510.012.59-
YUV81.5497.22121.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=36.73%
G=49.49%
B=13.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297270.2600.720.6281.4356.4524.31
Hex48611B1A0483E513818
Octal11014133320110761217030
Binary10010001100001110111101001001000111110101000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,97,27); }

 H1.HeaderClassName
 {
   color: #48611B;
 }
 .AnyTagClassName
 {
   color: #48611B;
 }
</style>
background-color css

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

 a { background-color: rgb(72,97,27); }

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

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

 span { border-color: rgb(72,97,27); }

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