#38530B

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

Shades of Verdun Green #38530B

Tints of Verdun Green #38530B

Color information

#38530B (or 0x38530B) is unknown color: approx Verdun Green. HEX triplet: 38, 53 and 0B. RGB value is (56,83,11). Sum of RGB (Red+Green+Blue) = 56+83+11=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #38530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38530B is #C7ACF4. Grayscale: #424242. Windows color (decimal): -13085941 or 742200. OLE color: 742200.

HSL color Cylindrical-coordinate representation of color #38530B: hue angle of 82.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38530B is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB568311-
CMYK0.3300.870.67
HSL82.5º76.6%18.43%-
HSV(B)82.5º86.75%32.55%-
XYZ4.787.051.43-
YUV66.7296.55120.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 83 (32.81% from 255) = 55.33%
BLUE value IS 11 (4.69% from 255) = 7.33%
R=37.33%
G=55.33%
B=7.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683110.3300.870.6782.576.618.43
Hex3853B2105743524d12
Octal701231341012710312211522
Binary111000101001110111000010101011110000111010010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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