#38670B

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

Shades of Verdun Green #38670B

Tints of Verdun Green #38670B

Color information

#38670B (or 0x38670B) is unknown color: approx Verdun Green. HEX triplet: 38, 67 and 0B. RGB value is (56,103,11). Sum of RGB (Red+Green+Blue) = 56+103+11=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #38670B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38670B is #C798F4. Grayscale: #4E4E4E. Windows color (decimal): -13080821 or 747320. OLE color: 747320.

HSL color Cylindrical-coordinate representation of color #38670B: hue angle of 90.65º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38670B is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB5610311-
CMYK0.4600.890.60
HSL90.65º80.7%22.35%-
HSV(B)90.65º89.32%40.39%-
XYZ6.5410.572.01-
YUV78.4689.93111.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 103 (40.62% from 255) = 60.59%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=32.94%
G=60.59%
B=6.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103110.4600.890.6090.6580.722.35
Hex3867B2E0593C5b5116
Octal70147135601317413312126
Binary11100011001111011101110010110011111001011011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38670B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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