#38620F

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

Shades of Verdun Green #38620F

Tints of Verdun Green #38620F

Color information

#38620F (or 0x38620F) is unknown color: approx Verdun Green. HEX triplet: 38, 62 and 0F. RGB value is (56,98,15). Sum of RGB (Red+Green+Blue) = 56+98+15=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #38620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38620F is #C79DF0. Grayscale: #4C4C4C. Windows color (decimal): -13082097 or 1008184. OLE color: 1008184.

HSL color Cylindrical-coordinate representation of color #38620F: hue angle of 90.36º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38620F is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB569815-
CMYK0.4300.850.62
HSL90.36º73.45%22.16%-
HSV(B)90.36º84.69%38.43%-
XYZ6.089.611.99-
YUV75.9893.59113.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=33.14%
G=57.99%
B=8.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698150.4300.850.6290.3673.4522.16
Hex3862F2B0553E5a4916
Octal70142175301257613211126
Binary11100011000101111101011010101011111101011010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38620F; }

 p { color: rgb(56,98,15); }

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

<style>
 a { background-color: #38620F; }

 a { background-color: rgb(56,98,15); }

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

<style>
 span { border-color: #38620F; }

 span { border-color: rgb(56,98,15); }

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