#38540D

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

Shades of Verdun Green #38540D

Tints of Verdun Green #38540D

Color information

#38540D (or 0x38540D) is unknown color: approx Verdun Green. HEX triplet: 38, 54 and 0D. RGB value is (56,84,13). Sum of RGB (Red+Green+Blue) = 56+84+13=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #38540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38540D is #C7ABF2. Grayscale: #434343. Windows color (decimal): -13085683 or 873528. OLE color: 873528.

HSL color Cylindrical-coordinate representation of color #38540D: hue angle of 83.66º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38540D is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB568413-
CMYK0.3300.850.67
HSL83.66º73.2%19.02%-
HSV(B)83.66º84.52%32.94%-
XYZ4.877.211.52-
YUV67.5397.22119.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 84 (33.20% from 255) = 54.90%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=36.60%
G=54.90%
B=8.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684130.3300.850.6783.6673.219.02
Hex3854D2105543544913
Octal701241541012510312411123
Binary111000101010011011000010101010110000111010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,84,13); }

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

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

 a { background-color: rgb(56,84,13); }

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

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

 span { border-color: rgb(56,84,13); }

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