#38650D

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

Shades of Verdun Green #38650D

Tints of Verdun Green #38650D

Color information

#38650D (or 0x38650D) is unknown color: approx Verdun Green. HEX triplet: 38, 65 and 0D. RGB value is (56,101,13). Sum of RGB (Red+Green+Blue) = 56+101+13=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 101 (39.84% from 255 or 59.41% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 101 - color contains mainly: green. Hex color #38650D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38650D is #C79AF2. Grayscale: #4D4D4D. Windows color (decimal): -13081331 or 877880. OLE color: 877880.

HSL color Cylindrical-coordinate representation of color #38650D: hue angle of 90.68º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38650D is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB5610113-
CMYK0.4500.870.60
HSL90.68º77.19%22.35%-
HSV(B)90.68º87.13%39.61%-
XYZ6.3610.182.01-
YUV77.5191.59112.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 101 (39.84% from 255) = 59.41%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=32.94%
G=59.41%
B=7.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101130.4500.870.6090.6877.1922.35
Hex3865D2D0573C5b4d16
Octal70145155501277413311526
Binary11100011001011101101101010101111111001011011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38650D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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