#38610B

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

Shades of Verdun Green #38610B

Tints of Verdun Green #38610B

Color information

#38610B (or 0x38610B) is unknown color: approx Verdun Green. HEX triplet: 38, 61 and 0B. RGB value is (56,97,11). Sum of RGB (Red+Green+Blue) = 56+97+11=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #38610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38610B is #C79EF4. Grayscale: #4B4B4B. Windows color (decimal): -13082357 or 745784. OLE color: 745784.

HSL color Cylindrical-coordinate representation of color #38610B: hue angle of 88.6º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38610B is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB569711-
CMYK0.4200.890.62
HSL88.6º79.63%21.18%-
HSV(B)88.6º88.66%38.04%-
XYZ5.979.411.82-
YUV74.9491.92114.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 97 (38.28% from 255) = 59.15%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=34.15%
G=59.15%
B=6.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697110.4200.890.6288.679.6321.18
Hex3861B2A0593E595015
Octal70141135201317613112025
Binary11100011000011011101010010110011111101011001101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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