#38640B

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

Shades of Verdun Green #38640B

Tints of Verdun Green #38640B

Color information

#38640B (or 0x38640B) is unknown color: approx Verdun Green. HEX triplet: 38, 64 and 0B. RGB value is (56,100,11). Sum of RGB (Red+Green+Blue) = 56+100+11=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #38640B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38640B is #C79BF4. Grayscale: #4D4D4D. Windows color (decimal): -13081589 or 746552. OLE color: 746552.

HSL color Cylindrical-coordinate representation of color #38640B: hue angle of 89.66º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38640B is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB5610011-
CMYK0.4400.890.61
HSL89.66º80.18%21.76%-
HSV(B)89.66º89%39.22%-
XYZ6.259.981.91-
YUV76.790.92113.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 100 (39.45% from 255) = 59.88%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=33.53%
G=59.88%
B=6.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56100110.4400.890.6189.6680.1821.76
Hex3864B2C0593D5a5016
Octal70144135401317513212026
Binary11100011001001011101100010110011111011011010101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,100,11); }

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

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

 a { background-color: rgb(56,100,11); }

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

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

 span { border-color: rgb(56,100,11); }

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