#38510A

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

Shades of Verdun Green #38510A

Tints of Verdun Green #38510A

Color information

#38510A (or 0x38510A) is unknown color: approx Verdun Green. HEX triplet: 38, 51 and 0A. RGB value is (56,81,10). Sum of RGB (Red+Green+Blue) = 56+81+10=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #38510A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38510A is #C7AEF5. Grayscale: #414141. Windows color (decimal): -13086454 or 676152. OLE color: 676152.

HSL color Cylindrical-coordinate representation of color #38510A: hue angle of 81.13º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38510A is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB568110-
CMYK0.3100.880.68
HSL81.13º78.02%17.84%-
HSV(B)81.13º87.65%31.76%-
XYZ4.636.751.35-
YUV65.4396.72121.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 81 (32.03% from 255) = 55.10%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=38.10%
G=55.10%
B=6.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681100.3100.880.6881.1378.0217.84
Hex3851A1F05844514e12
Octal701211237013010412111622
Binary11100010100011010111110101100010001001010001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38510A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38510A; }

 p { color: rgb(56,81,10); }

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

<style>
 a { background-color: #38510A; }

 a { background-color: rgb(56,81,10); }

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

<style>
 span { border-color: #38510A; }

 span { border-color: rgb(56,81,10); }

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