#38660B

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

Shades of Verdun Green #38660B

Tints of Verdun Green #38660B

Color information

#38660B (or 0x38660B) is unknown color: approx Verdun Green. HEX triplet: 38, 66 and 0B. RGB value is (56,102,11). Sum of RGB (Red+Green+Blue) = 56+102+11=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #38660B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38660B is #C799F4. Grayscale: #4E4E4E. Windows color (decimal): -13081077 or 747064. OLE color: 747064.

HSL color Cylindrical-coordinate representation of color #38660B: hue angle of 90.33º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38660B is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB5610211-
CMYK0.4500.890.6
HSL90.33º80.53%22.16%-
HSV(B)90.33º89.22%40%-
XYZ6.4410.371.98-
YUV77.8790.26112.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 102 (40.23% from 255) = 60.36%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=33.14%
G=60.36%
B=6.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102110.4500.890.690.3380.5322.16
Hex3866B2D0593C5a5116
Octal70146135501317413212126
Binary11100011001101011101101010110011111001011010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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