#38600A

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

Shades of Verdun Green #38600A

Tints of Verdun Green #38600A

Color information

#38600A (or 0x38600A) is unknown color: approx Verdun Green. HEX triplet: 38, 60 and 0A. RGB value is (56,96,10). Sum of RGB (Red+Green+Blue) = 56+96+10=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #38600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38600A is #C79FF5. Grayscale: #4A4A4A. Windows color (decimal): -13082614 or 679992. OLE color: 679992.

HSL color Cylindrical-coordinate representation of color #38600A: hue angle of 87.91º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38600A is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB569610-
CMYK0.4200.900.62
HSL87.91º81.13%20.78%-
HSV(B)87.91º89.58%37.65%-
XYZ5.879.231.76-
YUV74.2491.75114.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=34.57%
G=59.26%
B=6.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696100.4200.900.6287.9181.1320.78
Hex3860A2A05A3E585115
Octal70140125201327613012125
Binary11100011000001010101010010110101111101011000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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