#38683A

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

Shades of Hunter Green #38683A

Tints of Hunter Green #38683A

Color information

#38683A (or 0x38683A) is unknown color: approx Hunter Green. HEX triplet: 38, 68 and 3A. RGB value is (56,104,58). Sum of RGB (Red+Green+Blue) = 56+104+58=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #38683A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38683A is #C797C5. Grayscale: #545454. Windows color (decimal): -13080518 or 3827768. OLE color: 3827768.

HSL color Cylindrical-coordinate representation of color #38683A: hue angle of 122.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38683A is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB5610458-
CMYK0.4600.440.59
HSL122.5º30%31.37%-
HSV(B)122.5º46.15%40.78%-
XYZ7.3411.055.75-
YUV84.4113.1107.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=25.69%
G=47.71%
B=26.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104580.4600.440.59122.53031.37
Hex38683A2E02C3B7a1e1f
Octal701507256054731723637
Binary1110001101000111010101110010110011101111110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,104,58); }

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

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

 a { background-color: rgb(56,104,58); }

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

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

 span { border-color: rgb(56,104,58); }

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